HScarb opened a new issue, #9164: URL: https://github.com/apache/rocketmq/issues/9164
### Before Creating the Enhancement Request - [x] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary Add a producer stats manager to the 4.x Java client to periodically print produce stats in the client logs. ### Motivation Currently, we have a consumer stats manager in the 4. x Java client that periodically logs consumption stats in the log, but we don't have a producer stats manager to print production stats. ### Describe the Solution You'd Like Add a producer stats manager similar to the consumer stats manager to periodically print producer stats in the client log. When sending a message, increase the number of producer stats manager. ### Describe Alternatives You've Considered - ### Additional Context _No response_ -- 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: commits-unsubscr...@rocketmq.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org