tju-yxq opened a new issue, #1828: URL: https://github.com/apache/rocketmq-dashboard/issues/1828
queryByTopic returns messages in queue iteration order, not chronological order. When a topic has multiple queues, messages from different queues are interleaved arbitrarily, making it hard to find recent messages. Fix: sort the result list by storeTime before returning. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
