lwclover commented on issue #4160:
URL: https://github.com/apache/rocketmq/issues/4160#issuecomment-1097485825
> DefaultMQPushConsumer consumer = new DefaultMQPushConsumer("BB");
consumer.setInstanceName("AA");
>
> We need to use a fixed InstanceName or a fixed consumerGroup name?
consumerGroup is fixed?
DefaultMQPushConsumer consumer = new DefaultMQPushConsumer("BB");
Yes, the consumerGroup 'BB' need a Fixed name.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]