pulsar-client-go
pulsar-client-go copied to clipboard
Ack batch msgs
Problem
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
User can confirm a single message
Can we transplant the ack logic of java client?I learned that java client already supports.I can provide support
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?
@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?
Any progress on this?