he1016060110 opened a new issue #301: URL: https://github.com/apache/rocketmq-client-cpp/issues/301
**FEATURE REQUEST** Recently I'm writing a grpc rocketmq proxy server because php/nodejs are the main languages in our company and we cannot use this sdk directly. I found out that this sdk will create more than 10 threads for every produce/consume client.They include at least one ConsumeTP, 4 NetworkTP and several timer thread. If I initiate multiple consumer client, I get hundreds of threads in one process,which is a disaster. I hope that there are threads pools for all the clients.NetworkTP and the timer threads can be used by all clients.It's more efficient. ---------------------------------------------------------------- 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]
