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/06 19:15:54 UTC

[GitHub] [nifi] sardell commented on a change in pull request #5593: NIFI-9475 Provide Framework-Level Retries for NiFi Relationships

sardell commented on a change in pull request #5593:
URL: https://github.com/apache/nifi/pull/5593#discussion_r779798667



##########
File path: nifi-api/src/main/java/org/apache/nifi/flow/VersionedProcessor.java
##########
@@ -44,6 +44,11 @@
     private Set<String> autoTerminatedRelationships;
     private ScheduledState scheduledState;
 
+    private Integer retryCounts;
+    private Set<String> retriedRelationships;

Review comment:
       Similar to how we have the `autoTerminatedRelationships` property here and the `autoTerminate` property as part of the RelationshipDTO, we should add a `retry` boolean property to the RelationshipDTO.




-- 
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