You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/11/08 06:47:59 UTC

[GitHub] [rocketmq] wegod commented on issue #5479: the consumer's group info not exist

wegod commented on issue #5479:
URL: https://github.com/apache/rocketmq/issues/5479#issuecomment-1306713829

   I think you have the same issue I had  before. 
   
   If you have several projects use same consumer group, check all your consumer project code whether there is a consumer don't call subscribe method.
   
   All consumer in same consumer group must call subscribe method to bind the same consumer group subscription. If a consumer only call start method, then it will clean consumer group subscription. 
   
   This is because of https://rocketmq.apache.org/zh/docs/4.x/bestPractice/21subscribe 
   
   And I think this clean design is very strange which cost several hours to fix the deep bug.


-- 
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-unsubscribe@rocketmq.apache.org

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