Koado commented on issue #7961: URL: https://github.com/apache/rocketmq/issues/7961#issuecomment-2019852186
> Check if the expected behavior is consistent with what is described here. > > https://github.com/apache/rocketmq/pull/7965/files It is consistent. In fact, this change aligns with the binarySearchInQueueByTime method in ConsumeQueue. Regarding the input of LOWER or UPPER, we should pass LOWER when searching for messages at the start time, and pass UPPER when searching for messages at the end time. The description in the main text about this part has been updated. -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org