EZLippi commented on issue #2292:
URL: https://github.com/apache/rocketmq/issues/2292#issuecomment-784006551


   > what if no any offset from timestamp, such as file broken
   
   then searchOffSet will return 0
   1. get offset from ConsumerOffsetManager, if >=0 , return to client
   2. return -1 to client if no offset exist
   3. client search offset by timestamp, if exist return offset, if not return 0
   
   so there is no lost by removing step 2


----------------------------------------------------------------
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]


Reply via email to