humkum opened a new issue, #9059: URL: https://github.com/apache/rocketmq/issues/9059
### Before Creating the Enhancement Request - [X] 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_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org