codelipenghui commented on issue #9699: URL: https://github.com/apache/pulsar/issues/9699#issuecomment-789781833
@ilpanich The producer enabled the batching by default. You can print the message ID that the consumer received to check if the message is a batch message. If it is a batch message, you will see the batch index, if not, the batch index will always -1. ---------------------------------------------------------------- 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]
