BewareMyPower opened a new pull request #8141: URL: https://github.com/apache/pulsar/pull/8141
Fixes #8128 ### Motivation The send callback of `BatchMessageTest` is modifing a global variable which is the count of successfully produced messages. So some tests may failed in multi-thread environment. ### Modifications - Add a `MessageCountSendCallback` class to replace the current send callback function ---------------------------------------------------------------- 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]
