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/18 02:58:00 UTC

[GitHub] [pulsar] HarryFQ opened a new issue #10621: Negative acknowledgement number of retries

HarryFQ opened a new issue #10621:
URL: https://github.com/apache/pulsar/issues/10621


   **Is your feature request related to a problem? Please describe.**
   In actual use, if it still fails after a certain number of retries, put it in a dead letter. At present, if the dead letter queue is not configured, it seems that it will always try again. If a cancel confirmation is configured, it will be put into the dead letter.
   
   **Describe the solution you'd like**
   The number of retries can be configured.
   
   **Describe alternatives you've considered**
   Refer to other MQ retry strategies and dead letter strategies.
   
   **Additional context**
   Add any other context or screenshots about the feature request here.
   


-- 
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



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

Posted by GitBox <gi...@apache.org>.
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



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

Posted by GitBox <gi...@apache.org>.
codelipenghui commented on issue #10621:
URL: https://github.com/apache/pulsar/issues/10621#issuecomment-1058890268


   The issue had no activity for 30 days, mark with Stale label.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org