GitHub user good-134 added a comment to the discussion: 
不同的消费者订阅同一个topic的不同tag,消息多的tag是否会影响消息少tag的消费速度

这是订阅关系不一致了吧。 同一 ConsumerGroup 
下的三个Consumer实例C1、C2和C3分别都订阅了TopicA,但是C1订阅TopicA的Tag为Tag1,C2和C3订阅的TopicA的Tag为Tag2,订阅同一Topic的Tag不一致,不符合订阅关系一致性原则

GitHub link: 
https://github.com/apache/rocketmq/discussions/8005#discussioncomment-9889779

----
This is an automatically sent email for dev@rocketmq.apache.org.
To unsubscribe, please send an email to: dev-unsubscr...@rocketmq.apache.org

Reply via email to