ahuazhu opened a new issue #1355: Each ConsumeMessageThread should have different thread name URL: https://github.com/apache/rocketmq/issues/1355 **FEATURE REQUEST** 1. Please describe the feature you are requesting. I am looking for a feature of `ConsumeMessageThread` for different `Consumer` has different ThreadName. 2. Provide any additional detail on your proposed use case for this feature. For example, when two PushConsumer started in the same process, the client will create two ThreadPool for message consumption. But Threads in the two pools share the same thread names, thus cause confusion and increase the complexity of resolving problems. 3. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue? Nice to have. Not any workarounds.
---------------------------------------------------------------- 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] With regards, Apache Git Services
