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_r261368199
##########
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:
Removing this since it's not strictly related to this PR. In any case the
1sec min limit was kind of arbitrary any and we should revisit.
----------------------------------------------------------------
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