-
Notifications
You must be signed in to change notification settings - Fork 427
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
[native]start multiple consumer in one process, or subscribe multiple topic in one consumer couldn't work. #271
Comments
link #242 |
nope, I try but the PR didn't fix the bug. |
In the RocketMQ admin ps: you can try it, maybe slove. |
strange, I run native version online, everything is okay. could u write an example for us? thx a lot @wongxinjie |
fixed at: #310 |
@wongxinjie In RocketMQ, it is not allowed that create multiple consumers have the same After fixing, it may work well that subscribe multiple topics in one consumer and create multiple consumers that have different |
Please describe the issue you observed:
What did you do (The steps to reproduce)?
I create a consumer using Aliyun RocketMQ service, if I just subscribe one topic in one consumer or start one consumer in one process, it works normally. But when it comes to subscribe multiple topics in one consumer or start multiple consumers in one process, it just prints the starting log and hangs.
What did you expect to see?
Subscribe multiple topics could work normally.
What did you see instead?
Please tell us about your environment:
What is your OS?
ubuntu 18.04
What is your client version?
native
What is your RocketMQ version?
lastest
The text was updated successfully, but these errors were encountered: