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
Support to reset offset for DefaultLitePullConsumer.
Motivation
Sometimes, the users expect to be able to support resetting consumption locations when using DefaultLitePullConsumer.
Describe the Solution You'd Like
Support to reset offset for DefaultLitePullConsumer in realtime just like DefaultPushConsumer.
Describe Alternatives You've Considered
Stop the consumer, and start it after reset offset then. This is not a good resolution, because restarting online services is a time-consuming operation, causing long RTO.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Before Creating the Enhancement Request
Summary
Support to reset offset for DefaultLitePullConsumer.
Motivation
Sometimes, the users expect to be able to support resetting consumption locations when using DefaultLitePullConsumer.
Describe the Solution You'd Like
Support to reset offset for DefaultLitePullConsumer in realtime just like DefaultPushConsumer.
Describe Alternatives You've Considered
Stop the consumer, and start it after reset offset then. This is not a good resolution, because restarting online services is a time-consuming operation, causing long RTO.
Additional Context
No response
The text was updated successfully, but these errors were encountered: