GitHub user Jason918 added a comment to the discussion: Need max redelivery 
count at message level.

We don't have `maxRedelivery` at message level. Currently, you can get 
reconsumed times of a message from its properties with key 
`RetryMessageUtil.SYSTEM_PROPERTY_RECONSUMETIMES` ("RECONSUMETIMES"), and then 
decide whether call reconsumeLater().

> I am also expecting after the retries are exhausted, messages move to the DLQ.

As for DLQ, it's basically a normal topic. You can create your own, and send 
messages using your own producer.



GitHub link: 
https://github.com/apache/pulsar/discussions/17626#discussioncomment-3672588

----
This is an automatically sent email for dev@pulsar.apache.org.
To unsubscribe, please send an email to: dev-unsubscr...@pulsar.apache.org

Reply via email to