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
I have confirmed that this should be classified as an enhancement rather than a bug/feature.
Summary
Introduce ControllableOffset to remove the unnecessary suspend for OFFSET_ILLEGAL.
Motivation
The consumer will suspend the corresponding process queue when it receives OFFSET_ILLEGAL from the server which is originally intended to prevent repeated offset updates.
This issue plans to introduce ControllableOffset to remove the unnecessary suspension for OFFSET_ILLEGAL.
Describe the Solution You'd Like
Introduce ControllableOffset.
Describe Alternatives You've Considered
No
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Before Creating the Enhancement Request
Summary
Introduce ControllableOffset to remove the unnecessary suspend for OFFSET_ILLEGAL.
Motivation
The consumer will suspend the corresponding process queue when it receives OFFSET_ILLEGAL from the server which is originally intended to prevent repeated offset updates.
This issue plans to introduce ControllableOffset to remove the unnecessary suspension for OFFSET_ILLEGAL.
Describe the Solution You'd Like
Introduce ControllableOffset.
Describe Alternatives You've Considered
No
Additional Context
No response
The text was updated successfully, but these errors were encountered: