lzhang131 opened a new pull request #3784: URL: https://github.com/apache/rocketmq/pull/3784
**Make sure set the target branch to `develop`** ## What is the purpose of the change #3781 When the producer sends a message successfully, the thread pool is newFixedThreadPool. The cache queue is unbounded and large concurrency causes memory overflow. ## Brief changelog The custom thread pool sets the bounded queue length to 50000 close #3781 -- 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]
