BewareMyPower commented on PR #15413: URL: https://github.com/apache/pulsar/pull/15413#issuecomment-1115332907
To make it more clear and simple, https://github.com/apache/pulsar/pull/5491 introduced the highest sequence id to `MessageMetadata` so that broker could update the latest sequence id to the sequence id of **the sequence id of the latest message in the batch**. However, the current implementation of the key based batching never tells the broker **the sequence id of the latest message in the 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
