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
Motivation:
We should start assignments / subscriptions when `KafkaConsumer.run()`
is invoked and not on initialization.
Modifications:
* `KafkaConsumer`: move `assign` / `subscribe` from `init` to `func run()`
0 commit comments