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
Resolves#2891
When using manual partition assignment and `AckMode.MANUAL`, it is possible
to have a `null` `group.id`, whereby Kafka does not maintain any committed offsets.
In this case, we should not attempt to commit the offset after recovery, even if
the error handler `ackAfterHandle` property is true.
**cherry-pick to 3.0.x, 2.9.x**
(cherry picked from commit 9f1050a)
0 commit comments