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_r261368574
##########
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:
Main reason was that with ack-timeout of 1sec the tests are going to take
much longer since I want to test this in conjunctions with ack-timeout.
----------------------------------------------------------------
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