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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to