-
Notifications
You must be signed in to change notification settings - Fork 897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Two consumer instances consume the same message, and some messages are not consumed #107
Comments
Please write your questions according to the question template |
when started two consumer instances consume the same topic message,if two consumer instances is same name,but listen two different port,and some messages are not consumed. |
class ListenerContainerConfiguration
so,containerBeanName can config by RocketMQMessageListener? |
In rocketmq-spring,two different consumer process,but client id is same one.how to fix? clientId |
@whoamigodson Currently, you can temporarily solve this issue by implementing RocketMQPushConsumerLifecycleListener and setting a unique instanceName in prepareStart. Contributors are welcome to solve this issue. |
No description provided.
The text was updated successfully, but these errors were encountered: