You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/01/18 16:23:16 UTC

[GitHub] [nifi] sardell commented on a change in pull request #5666: [WIP] NIFI-9580: UI work for framework-level retry in Processors

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: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org