MarvinCai commented on issue #10621: URL: https://github.com/apache/pulsar/issues/10621#issuecomment-848895477
If retry is enabled a default QLD will be created even if one is not configured. Retry count can be set with ``` DeadLetterPolicy.builder() .maxRedeliverCount(count) ``` If not set default max retry count is 16. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
