tpalfy commented on a change in pull request #3612: NIFI-6486 Add option to use 
built-in retry mechanism in AWS processors
URL: https://github.com/apache/nifi/pull/3612#discussion_r310967278
 
 

 ##########
 File path: 
nifi-nar-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/src/main/java/org/apache/nifi/processors/aws/AbstractAWSProcessor.java
 ##########
 @@ -69,6 +84,18 @@
 @Deprecated
 public abstract class AbstractAWSProcessor<ClientType extends 
AmazonWebServiceClient> extends AbstractProcessor {
 
+    public static final String BACKOFF_STRATEGY_EQUAL_JITTER = 
"EqualJitterBackoffStrategy";
 
 Review comment:
   Could use `... .class.getSimpleName()`

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to