You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/03/18 19:20:59 UTC

[GitHub] [pulsar] merlimat commented on a change in pull request #3848: [Issue-2122] [pulsar-client] Adding configuration for backoff strategy

merlimat commented on a change in pull request #3848: [Issue-2122] [pulsar-client] Adding configuration for backoff strategy
URL: https://github.com/apache/pulsar/pull/3848#discussion_r266602811
 
 

 ##########
 File path: pulsar-client/src/main/java/org/apache/pulsar/client/impl/conf/ConsumerConfigurationData.java
 ##########
 @@ -94,6 +94,10 @@
 
     private boolean autoUpdatePartitions = true;
 
+    private long backoffIntervalNanos = TimeUnit.MILLISECONDS.toNanos(100);
 
 Review comment:
   This should only be defined in the `ClientBuilder` not for producer/consumers

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services