zio-kafka icon indicating copy to clipboard operation
zio-kafka copied to clipboard

Transaction support with cooperative rebalancing

Open svroonland opened this issue 1 year ago • 0 comments

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.

svroonland avatar Apr 11 '23 17:04 svroonland