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 2020/06/12 02:16:31 UTC

[GitHub] [rocketmq] henrypoter opened a new issue #2089: one consumer group subscribe multiple topic, some messages not consumed

henrypoter opened a new issue #2089:
URL: https://github.com/apache/rocketmq/issues/2089


   
   1. Please describe the issue you observed:
   
   I have a consumer group, it include 3 instances,  it subscribes 3 topics using CLUSTER mode, each topic have 16 queues.
   I expect the consumer group consumes all the messages in the 3 topics.
   When I check the  consumer of each topic, I find that some queues have not assigned to the consumers.
   It seems that the consumer group should be unique in broker level. 
   
   2. Please tell us about your environment:
   4.6.0 dleager mode cluster
   
   3. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc):
    
   


----------------------------------------------------------------
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



[GitHub] [rocketmq] henrypoter commented on issue #2089: one consumer group subscribe multiple topic, some messages not consumed

Posted by GitBox <gi...@apache.org>.
henrypoter commented on issue #2089:
URL: https://github.com/apache/rocketmq/issues/2089#issuecomment-644509474


   I got it.
   
   Thanks


----------------------------------------------------------------
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



[GitHub] [rocketmq] ShannonDing commented on issue #2089: one consumer group subscribe multiple topic, some messages not consumed

Posted by GitBox <gi...@apache.org>.
ShannonDing commented on issue #2089:
URL: https://github.com/apache/rocketmq/issues/2089#issuecomment-643254421


   The subscription relationship must be consistent among all consumers in the 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.

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



[GitHub] [rocketmq] henrypoter closed issue #2089: one consumer group subscribe multiple topic, some messages not consumed

Posted by GitBox <gi...@apache.org>.
henrypoter closed issue #2089:
URL: https://github.com/apache/rocketmq/issues/2089


   


----------------------------------------------------------------
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



[GitHub] [rocketmq] lebron374 commented on issue #2089: one consumer group subscribe multiple topic, some messages not consumed

Posted by GitBox <gi...@apache.org>.
lebron374 commented on issue #2089:
URL: https://github.com/apache/rocketmq/issues/2089#issuecomment-643554814


   please check subscription in all topic exist in all broker


----------------------------------------------------------------
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



[GitHub] [rocketmq] henrypoter commented on issue #2089: one consumer group subscribe multiple topic, some messages not consumed

Posted by GitBox <gi...@apache.org>.
henrypoter commented on issue #2089:
URL: https://github.com/apache/rocketmq/issues/2089#issuecomment-643952340


   > The subscription relationship must be consistent among all consumers in the consumer group.
   
   Do you mean only support one consumer group subscribes one topic ?
   Don't support one consumer group subscribes three topics at the same time ?


----------------------------------------------------------------
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



[GitHub] [rocketmq] ShannonDing commented on issue #2089: one consumer group subscribe multiple topic, some messages not consumed

Posted by GitBox <gi...@apache.org>.
ShannonDing commented on issue #2089:
URL: https://github.com/apache/rocketmq/issues/2089#issuecomment-644485172


   The first thing you should be aware of is that different Consumer Group can consume the same topic independently, and each of them will have their own consuming offsets. Of course, the consumers in the same consumer group can also consume multiple topics at the same time. Please make sure each Consumer within the same Group to subscribe to the same topics.


----------------------------------------------------------------
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