wolfstudy opened a new issue #14704: URL: https://github.com/apache/pulsar/issues/14704
**Describe the bug** When the user uses the function of DeadLetterPolicy, it is better than misoperation. MaxRedeliverCount may be set to 0. When it is set to 0, according to the current processing logic of the Java Client, the message will be pushed to the DeadLetter Topic every time. Not what we expected to see. Because one of the biggest features of DeadLetterTopic is, when message exceeding the maximum number of redeliveries, message will send to the Dead Letter Topic and acknowledged automatic.   -- 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]
