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 2021/08/24 09:39:03 UTC

[GitHub] [pulsar-client-go] EAHITechnology opened a new issue #597: Ack batch msgs

EAHITechnology opened a new issue #597:
URL: https://github.com/apache/pulsar-client-go/issues/597


   Some messages send by Asyn. The messages in the batch may have many identical msgids.If we Ack a batch message, then all batches will be confirmed
   
   ## We expect


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



[GitHub] [pulsar-client-go] cckellogg commented on issue #597: Ack batch msgs

Posted by GitBox <gi...@apache.org>.
cckellogg commented on issue #597:
URL: https://github.com/apache/pulsar-client-go/issues/597#issuecomment-905698558


   I'm a little confused on what the issue is. Are you suggesting there should be a way to ack all messages within a batch without having to ack all messages within that batch individually?


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



[GitHub] [pulsar-client-go] EAHITechnology commented on issue #597: Ack batch msgs

Posted by GitBox <gi...@apache.org>.
EAHITechnology commented on issue #597:
URL: https://github.com/apache/pulsar-client-go/issues/597#issuecomment-905133917


   Can we transplant the ack logic of java client?I learned that java client already supports.


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



[GitHub] [pulsar-client-go] EAHITechnology edited a comment on issue #597: Ack batch msgs

Posted by GitBox <gi...@apache.org>.
EAHITechnology edited a comment on issue #597:
URL: https://github.com/apache/pulsar-client-go/issues/597#issuecomment-905133917


   Can we transplant the ack logic of java client?I learned that java client already supports.I can provide support


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



[GitHub] [pulsar-client-go] EAHITechnology commented on issue #597: Ack batch msgs

Posted by GitBox <gi...@apache.org>.
EAHITechnology commented on issue #597:
URL: https://github.com/apache/pulsar-client-go/issues/597#issuecomment-908298220


   @cckellogg we want to ack some msgs in batch, not all. The msgid include ledgerID, entryID, partitionIdx but not batchIdx in bookie. Won't all msg be confirmed when we ack a msg in batch?


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