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
The new high-level balanced consumer feature automatically deals with partitions (to my understanding). Is adding a rebalance callback to consumer enough to make each consumer take the data out of a partition, resulting in parallel consumption, or is there some additional manual management necessary (i.e. with rd_kafka_assign())?
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
Uh oh!
There was an error while loading. Please reload this page.
-
The new high-level balanced consumer feature automatically deals with partitions (to my understanding). Is adding a rebalance callback to consumer enough to make each consumer take the data out of a partition, resulting in parallel consumption, or is there some additional manual management necessary (i.e. with
rd_kafka_assign()
)?Beta Was this translation helpful? Give feedback.
All reactions