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/12/04 19:49:38 UTC

[GitHub] [pulsar] Lanayx commented on issue #4931: Cumulative acknowledgement on batched acknowledgements produce unexpected behavior

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


With regards,
Apache Git Services