You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a use case where we don't know the topic names in advanced. We need our application to dynamically join/leave many consumer groups (topics) that will be created and advertised by another application. I know consumption can be stopped/restarted at runtime for a specific topic/consumer group, but I need to dynamically join unknown consumer groups. How can I accomplish this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
We have a use case where we don't know the topic names in advanced. We need our application to dynamically join/leave many consumer groups (topics) that will be created and advertised by another application. I know consumption can be stopped/restarted at runtime for a specific topic/consumer group, but I need to dynamically join unknown consumer groups. How can I accomplish this?
Beta Was this translation helpful? Give feedback.
All reactions