yidaimi commented on issue #2292: URL: https://github.com/apache/rocketmq/issues/2292#issuecomment-688607935
In my opion, should we remove step 2 to fix it? The new steps should be like this: 1. try to get the offset in consumequeue group. 2.if not, try to get the first offset in the consumequeue. (remove this step) 3.if not, just search the offset timestamp by binary search. So I think it will work correctly. ---------------------------------------------------------------- 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]
