Lanayx commented on issue #4931: Cumulative acknowledgement on batched 
acknowledgements produce unexpected behavior
URL: https://github.com/apache/pulsar/issues/4931#issuecomment-561810922
 
 
   I want to add a similar behaviour:
   Let's say we have 10 messages in a batch sent by some producer, also we have 
MaxRedeliverCount is 1. Consumer acked 9 messages and 1 nacked. 
   **Current behaviour**
   All 10 messages will be redelivered which will lead to double processing of 
9 messages. 
   **Expected behavior**
   Only 1 message should be redelivered
   

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


With regards,
Apache Git Services

Reply via email to