LvChenhui edited a comment on issue #2298:
URL: https://github.com/apache/rocketmq/issues/2298#issuecomment-692448234
1.make sure consumers are consuming the latest msgs
2.suspend on Success thread ```NO_NEW_MSG```case
3.suspend
org.apache.rocketmq.client.impl.consumer.DefaultMQPushConsumerImpl#pullMessage
line 247
```final long offset =
this.rebalanceImpl.computePullFromWhere(pullRequest.getMessageQueue());```
4.execute "reset offset" command by console
5.check client accpet the reset command
6.release step 2 all breakpoints
7.release step 3 all breakpoints
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]