codelipenghui opened a new issue #3030: Expose Redelivery Count By Message Properties URL: https://github.com/apache/pulsar/issues/3030 ### Motivation Use redelivery count as a solution for delayed message delivery feature. For example, set ackTimeout 30 seconds in consumer, if consumer want to apply this message 60 seconds later, user can do ack when message redelivery count > 1. ### Implement Set redelivery count to message properties(a system property) when message received in consumer.
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services