codelipenghui commented on code in PR #18436: URL: https://github.com/apache/pulsar/pull/18436#discussion_r1020124210
########## site2/docs/concepts-messaging.md: ########## @@ -203,6 +203,12 @@ Client libraries provide listener implementation for consumers. For example, the ### Acknowledgment +:::note + +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. + +::: Review Comment: line: 307 -- 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]
