zio-kafka
zio-kafka copied to clipboard
Transaction support with cooperative rebalancing
In eager rebalancing, we get onRevoked
and onAssigned
calls in which we can commit in progress messages. But in cooperative rebalancing we may only get onRevoked
, at which point we can not perform any commits.
Find out how this relates to the "invalid group generation" errors.