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
Committing when rebalancing will throw a RebalanceInProgressException. We should at the least include this in Offset.commitOrRetry or just completely handle it internally. If users want to customize commit behavior when rebalancing is going on for some reason, they can still observe the rebalancing diagnostic events.
However, I think I was too quick to create this issue though. This situation should not occur, since commits are not executed when rebalance is in progress. From Runloop lines 320:322.
Committing when rebalancing will throw a
RebalanceInProgressException
. We should at the least include this inOffset.commitOrRetry
or just completely handle it internally. If users want to customize commit behavior when rebalancing is going on for some reason, they can still observe the rebalancing diagnostic events.Coming from #241
The text was updated successfully, but these errors were encountered: