MrZbb opened a new issue, #556: URL: https://github.com/apache/rocketmq-spring/issues/556
当在一个应用实例使用RocketMQMessageListener订阅多个topic,使用一个消费组的时候例如以下这样 1.@RocketMQMessageListener(topic = "test1",consumerGroup = "consumerGroup") 2.@RocketMQMessageListener(topic = "test2",consumerGroup = "consumerGroup") 会存在严重的消息丢失情况,去服务器查看topic跟的队列信息会出现以下情况,部分队列没有被client绑定造成消息丢失。  但是看了下官方文档的订阅关系原则如下,一个消费者组跟不同的topic的关系是独立的所有,这边的设计是否产生了矛盾  -- 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]
