markap14 commented on a change in pull request #5593:
URL: https://github.com/apache/nifi/pull/5593#discussion_r779814668
##########
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:
Yeah that's a good call @sardell. One of those fun things that's harder
to catch when developing the backend without the front end :) @timeabarna can
you add that in? RelationshipDTO should have a `Boolean retry` with
getter/setter methods, and the DtoFactory should populate that.
--
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]