HildaM opened a new issue, #491:
URL: https://github.com/apache/rocketmq-spring/issues/491

   **FEATURE REQUEST**
   
   1. Please describe the feature you are requesting.
   How to dynamically configure consumerGroup in @RocketMQMessageListener?
   
   3. Provide any additional detail on your proposed use case for this feature.
   While I'm using @KafkaListener on my consumer method, I could use aop to 
dynamically configure consumerGroup. Here is example:
   
![image](https://user-images.githubusercontent.com/46062705/194698812-a21e88b5-dc4c-4675-a271-a55b158ed9e9.png)
   The configuration of consumerGroup is based on my project setting, this can 
reduce unnessary code.
   
   But while using @RocketMQMessageListener, I notice that the consumerGroup 
value require it to be fixed. And I look up the document of Rocket-spring and 
couldn't find any AOP method to dynamically configure consumerGroup .
   
![image](https://user-images.githubusercontent.com/46062705/194698977-264728a0-2e34-4bdb-9adb-b68c2330e890.png)
   
   
   5. 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?
   It can reduce lots of unnessary code, Improve efficiency.
   


-- 
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: dev-unsubscr...@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to