We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Client version 2.1.0 rocketmq version 4.4.0 os windows10
During application runtime, queues were added to the topic, but the client did not rebalance, requiring a service restart.
The text was updated successfully, but these errors were encountered:
Failed to reproduce and work normal in: Client version: master branch in https://github.com/apache/rocketmq-client-go RocketMQ version: 5.1.0 OS: Windows 10 Try upgrade client or RocketMQ version?👀
Failed to reproduce and work normal in:
Client version: master branch in https://github.com/apache/rocketmq-client-go RocketMQ version: 5.1.0 OS: Windows 10
Try upgrade client or RocketMQ version?👀
I have found the issue, mainly because when the consumer and producer have the same topic, the consumer fails to update the topic. fix: #1059
Sorry, something went wrong.
[ISSUE #1056] fix: When the consumer and producer have the same topic…
a15c777
…, the consumer fails to update the topic.
Successfully merging a pull request may close this issue.
Client version 2.1.0
rocketmq version 4.4.0
os windows10
During application runtime, queues were added to the topic, but the client did not rebalance, requiring a service restart.
The text was updated successfully, but these errors were encountered: