-
-
Notifications
You must be signed in to change notification settings - Fork 527
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
Cannot subscribe to new topic #226
Comments
I have managed to reproduce this bug. It's related to #221. We'll be trying to get a fix sorted. Currently, just doing a rolling restart won't fix things. I suspect you'll need to bring all your consumers down before starting them back up again, but if it's impacting production, I would just wait for the fix. |
@Nevon That's great. I've temporarily changed the |
@paambaati |
@tulios @Nevon I ran into another case where I cannot subscribe to a topic —
['topic1', 'topic2']
.topic1_v2
with a different number of topics fromtopic1
.['topic1_v2', 'topic2']
and restart; no change togroupId
.topic1_v2
.Relevant logs
The text was updated successfully, but these errors were encountered: