You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2019/11/15 09:56:31 UTC

[GitHub] [rocketmq-spring] dai-shun opened a new issue #173: How to dynamically configure consumeThreadMax in @RocketMQMessageListener

dai-shun opened a new issue #173: How to dynamically configure consumeThreadMax in @RocketMQMessageListener
URL: https://github.com/apache/rocketmq-spring/issues/173
 
 
   **FEATURE REQUEST**
   
   1. Please describe the feature you are requesting.
   How to dynamically configure consumeThreadMax in @RocketMQMessageListener 
   2. Provide any additional detail on your proposed use case for this feature.
   In my program, I use apollo most configuration, I hope that the configuration of consumeThreadMax is dynamic, I can modify the configuration on apollo, and then restart the program to take effect, instead of modifying the code, but the consumeThreadMax parameter is int type, This prevents me from using SpEL to get dynamic parameters.
   ![image](https://user-images.githubusercontent.com/16258918/68934171-2a739a80-07d1-11ea-8844-a935e616dd0f.png)
   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?
   I think this function should be available. I am using the native method of rocketmq, so I need to write more code.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services