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 2019/11/21 13:47:01 UTC

[GitHub] [rocketmq-client-go] wenfengwang commented on issue #271: [native]start multiple consumer in one process, or subscribe multiple topic in one consumer couldn't work.

wenfengwang commented on issue #271: [native]start multiple consumer in one process, or subscribe multiple topic in one consumer couldn't work.
URL: https://github.com/apache/rocketmq-client-go/issues/271#issuecomment-557091649
 
 
   I reproduce the situation and found many unexpected cases of below
   
   ## Subscribe 2 topics in a consumer
   Case 1: nothing received, maybe hang
   Case 2: received  only one topic messages, another can't receive
   Case 3: all received.
   
   ## Start 2 consumers in a process
   Case 4: one consumer received and another not
   Case 5: one consumer received and another not, and broker response to Code: 24
   ![image](https://user-images.githubusercontent.com/9766821/69343340-6c588100-0ca8-11ea-99ce-e404ca70c5f6.png)
   
   Case 6: all can't receive messages
   

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


With regards,
Apache Git Services