francisoliverlee commented on issue #2584:
URL: https://github.com/apache/rocketmq/issues/2584#issuecomment-759165933


   @allnameshasbeensignup 
   it would be messy for queue-asign if not sub right.  
   the follwing demo subscription would be not right.  make sure your 
subscriptions right for one consumer group on every server
   ```
   consumer.subscribe(topicA) on server1;
   consumer.subscribe(topicB) on server2;
   ```


----------------------------------------------------------------
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:
[email protected]


Reply via email to