majialoong opened a new pull request, #1911: URL: https://github.com/apache/rocketmq-dashboard/pull/1911
## What is the purpose of the change Fix decoded Message ID lookups that used the wrong topic and physical offset, which could also prevent trace queries from resolving the original message timestamp. ## Brief changelog - Pass the requested topic to the decoded Message ID lookup. - Use the decoded physical offset instead of a fixed value. - Add regression tests for Message ID fallback and trace query windows. ## Verifying this change ```bash cd server mvn -Dtest=RocketMQMessageProviderTest test mvn -DskipTests package -- 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]
