BewareMyPower opened a new pull request, #994: URL: https://github.com/apache/pulsar-client-go/pull/994
Fixes https://github.com/apache/pulsar-client-go/issues/993 ### Motivation When batch index ACK is disabled, if N messages in a batch are acknowledged, currently only the batched message ID of the last message will be acknowledged. This behavior is wrong because we need to acknowledge the whole batch. ### Modifications - Create a `messageID` instance to ACK for this case - Add `TestConsumerBatchIndexAckDisabled` to cover this case -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
