merlimat commented on a change in pull request #3703: Added support for 
"negative acks" in Java client
URL: https://github.com/apache/pulsar/pull/3703#discussion_r261031815
 
 

 ##########
 File path: 
pulsar-client/src/main/java/org/apache/pulsar/client/impl/ConsumerBuilderImpl.java
 ##########
 @@ -58,7 +58,7 @@
     private final Schema<T> schema;
     private List<ConsumerInterceptor<T>> interceptorList;
 
-    private static long MIN_ACK_TIMEOUT_MILLIS = 1000;
+    private static long MIN_ACK_TIMEOUT_MILLIS = 10;
 
 Review comment:
   That is the system defined limit. I don't think that arbitrarely setting 
that to 1 second is good either. In this case I want to set it lower to have a 
reasonable amount of tests in a reasonable amount of time. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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