This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 0e7056bf91a [improve][doc] Remove javadoc reference to old default 30s
ack timeout impl (#20377)
0e7056bf91a is described below
commit 0e7056bf91af3c8d10026d2f238b31d56c0c2130
Author: GerMoranOverstock <[email protected]>
AuthorDate: Wed May 24 06:31:36 2023 +0100
[improve][doc] Remove javadoc reference to old default 30s ack timeout impl
(#20377)
---
.../src/main/java/org/apache/pulsar/client/api/ConsumerBuilder.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/pulsar-client-api/src/main/java/org/apache/pulsar/client/api/ConsumerBuilder.java
b/pulsar-client-api/src/main/java/org/apache/pulsar/client/api/ConsumerBuilder.java
index 14a94cb8286..870900a48fe 100644
---
a/pulsar-client-api/src/main/java/org/apache/pulsar/client/api/ConsumerBuilder.java
+++
b/pulsar-client-api/src/main/java/org/apache/pulsar/client/api/ConsumerBuilder.java
@@ -184,8 +184,6 @@ public interface ConsumerBuilder<T> extends Cloneable {
* <p>By default, the acknowledgment timeout is disabled (set to `0`,
which means infinite).
* When a consumer with an infinite acknowledgment timeout terminates, any
unacknowledged
* messages that it receives are re-delivered to another consumer.
- * <p>Since 2.3.0, when a dead letter policy is specified and no
ackTimeoutMillis is specified,
- * the acknowledgment timeout is set to 30 seconds.
*
* <p>When enabling acknowledgment timeout, if a message is not
acknowledged within the specified timeout,
* it is re-delivered to the consumer (possibly to a different consumer,
in the case of