codelipenghui opened a new issue #6253: Acknowledgement for batch message local index URL: https://github.com/apache/pulsar/issues/6253 **Is your feature request related to a problem? Please describe.** Currently, the managed cursor maintains the acked messages by mark delete position and individual delete messages. All of the mark delete position and individual delete messages are faced to batch messages(ledgerId,entryId). For users, the single message is the publishing and consuming unit. Since the managed cursor can’t maintain the local index of a batch message, the broker will dispatch acked messages(not batch) to consumers like the issue https://github.com/apache/pulsar/issues/5969. So, it's better to support for batch message local index acknowledgment. This issue tracks the task for this feature.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
