lucky8987 commented on issue #653: URL: https://github.com/apache/rocketmq-spring/issues/653#issuecomment-2461781256
> 可以将你的代码示例贴出来吗,这样别人碰到相同的问题看到你的issue也就可以解决了; 另外,group确实不应当和应用一对一绑定,可以是一个多对一的关系,从最佳实践来看,变更订阅关系的时候也是建议新建group来启用新的订阅关系 > > Can you post your code example? This way, others facing the same problem can find a solution when they see your issue. Additionally, it is indeed not advisable to bind a group one-to-one with an application; it can be a many-to-one relationship. From best practices, it is recommended to create a new group when changing subscription relationships to enable the new subscriptions. 这样会导致consumer group 的数量膨胀,可以尝试在启动阶段通过topic来只创建一个consumer来和rokcetmq进行连接吗,然后将消息转发给对应的listener,当然只适用于普通消息,顺序消息、事务消息还是通过新建consumer group隔离。 -- 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: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org