hzdjulytech opened a new issue, #952:
URL: https://github.com/apache/rocketmq-clients/issues/952

   ### Programming Language of the Client
   
   Java
   
   ### Is Your Feature Request Related to a Problem?
   
   随便添加几个消费者 线程能有几百个,  自己能控制得只有consumptionExecutor 其他的如 clientManager.scheduler 
clientManager.asyncWorker   clientCallbackExecutor telemetryCommandExecutor 
都是无法干预的 ,想要修改就得把所有代码抄一遍 
   
   
   ### Describe the Solution You'd Like
   
   建议提供接口定制线程池  也便于在jdk21中使用虚拟线程  任务压力低的可以全局共享一个线程池避免线程过多
   
   ### 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to