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 2019/04/22 14:51:55 UTC

[GitHub] [pulsar] lakarchitect opened a new issue #4100: DeadLetterTopic is not working for FailOver subscription type

lakarchitect opened a new issue #4100: DeadLetterTopic is not working for FailOver subscription type
URL: https://github.com/apache/pulsar/issues/4100
 
 
   **Describe the bug**
   DeadLetterTopic is not working for FailOver subscription type
   
   **To Reproduce**
   Steps to reproduce the behavior:
   Create a subscription with type  FailOver, with maxRedeliverCount say 3, Do not ack the receipt of a message in the test code. After 3 retries, the message is supposed to be delivered to DeadLetterTopic, but it's continuously retrying without upper bound. The redeliverCount is increasing in Shared subscription but in Failover subscription redeliverCount is not increasing.
   
   Note:This is working fine in Shared Subscription type
   
   **Expected behavior**
   After 3 retries, the message is supposed to be delivered to DeadLetterTopic, but it's continuously retrying without upper bound. 
    
    
   

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


With regards,
Apache Git Services