panszobe opened a new issue, #894: URL: https://github.com/apache/pulsar-client-go/issues/894
Problem: *Consume duplicate data after restarting consumer to carry on consuming messages.* We use AskID() to ack every message without enableBatchIndexAcknowledgment setting. Usually, we have to set acknowledgmentAtBatchIndexLevelEnabled=true at pulsar server side, and set enableBatchIndexAcknowledgment=true at consumer client side to enable batch index acknowledgment, which could help to solve the problem. But Community does not support ***enableBatchIndexAcknowledgment*** this setting, we need this 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
