You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/05/26 15:57:42 UTC

[GitHub] [pulsar] MarvinCai commented on issue #10621: Negative acknowledgement number of retries

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:
users@infra.apache.org