Frun1na opened a new pull request, #4918: URL: https://github.com/apache/rocketmq-dashboard/pull/4918
### Which Issue(s) This PR Fixes - Fixes #(issue to be linked) ### Brief Description `queryByKey` only graded `ResponseCode.NO_MESSAGE` as business-empty. `MQAdminImpl.queryMessage` throws `MQClientException(TOPIC_NOT_EXIST)` when the topic route is gone (e.g. the topic was just deleted), which fell through to `BusinessException(502)`. The path now grades both codes as empty, matching `queryByTopic` two hunks below and the query failure grading contract. ### How Did You Test This Change? ``` cd server && mvn -B -ntp test -Dtest=RocketMQMessageProviderTest Tests run: 57, Failures: 0, Errors: 0, Skipped: 0 BUILD SUCCESS ``` -- 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]
