momo-jun commented on a change in pull request #14084:
URL: https://github.com/apache/pulsar/pull/14084#discussion_r809608000
##########
File path:
pulsar-client-api/src/main/java/org/apache/pulsar/client/api/ConsumerBuilder.java
##########
@@ -182,7 +182,8 @@
* 1 second.
*
* <p>By default, the acknowledge timeout is disabled and that means that
messages delivered to a
- * consumer will not be re-delivered unless the consumer crashes.
+ * consumer will not be re-delivered unless the consumer crashes. Since
2.3.0, when a dead letter policy
+ * is specified, and no ackTimeoutMillis is specified, then the ack
timeout will be set to 30 seconds.
Review comment:
```suggestion
* is specified, and no ackTimeoutMillis is specified, the ack timeout
is set to 30 seconds.
```
The present tense is preferred.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]