sardell commented on a change in pull request #5666:
URL: https://github.com/apache/nifi/pull/5666#discussion_r786927030
##########
File path:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-processor-configuration.js
##########
@@ -214,6 +235,28 @@
return true;
}
+ // consider retried relationships
Review comment:
There's an opportunity to keep things DRY here with the
`marshalAutoTerminateRelationships` and `marshalRetriedRelationships` by
creating one method that takes an argument to determine whether we are
marshaling auto terminate or retry. Will update this when I get a chance.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]