pradeep00m opened a new issue #6721: Redelivery count is not getting updated 
for negatively acknowledged messages.
URL: https://github.com/apache/pulsar/issues/6721
 
 
   #### Expected behavior
   Whenever I negatively acknowledge a message, the message should be 
redelivered with its redelivery count incremented by 1.
   #### Actual behavior
   The redelivery_count is not getting incremented.
   #### Steps to reproduce
   
   Step 0: Create a pulsar topic
   Step 1: Produce a message to the topic.
   Step 2: create a consumer and negatively acknowledge the message
   Step 3: After negative_acknowldegment time out(deafult=60sec) consume the 
message again, you will receive the same message. But it's `redelivery_count` 
is not updated. It showing as 0.
   No matter how many times I negatively acknowledge the message. Its 
redelovery count is not getting updated.
   
   
   #### System configuration
   OS: ubuntu 18.04.1 LTS
   I'm running pulsar in a container.
   
   **Pulsar version**: 2.5.0
   I'm using pulsar-client in python
   Version: 2.5.0
   

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


With regards,
Apache Git Services

Reply via email to