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 2022/09/21 04:40:55 UTC

[GitHub] [pulsar-client-go] xiaofan-luan commented on issue #183: support Cumulative ack

xiaofan-luan commented on issue #183:
URL: https://github.com/apache/pulsar-client-go/issues/183#issuecomment-1253196366

   Cumulative commit seems to be a reasonable feature.
   In our scenario, we use a chan to handle all message. If one ack failed(in current pulsar go client ack didn't throw error, I saw some pr is fixing it), what is the expected behaviour?
   Do we need to keep all the messages failed and retry later, that seems to be to much for a user


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