Aias00 opened a new pull request, #966: URL: https://github.com/apache/rocketmq-dashboard/pull/966
Closes #965 ## Summary - preserve the successful offline fallback only for `MQClientException` with `CONSUMER_NOT_ONLINE` - convert timeout, broker, ACL, and other Admin call failures into explicit HTTP 502 business responses - add regression coverage for offline, timeout, and broker/ACL failure paths ## Related This is intentionally separate from #786 / #787, which cover unconfigured default providers rather than the real `RocketMQAdminClientImpl` Admin path. ## Verification `JAVA_HOME=$(/usr/libexec/java_home -v 21) PATH="$JAVA_HOME/bin:$PATH" mvn -Dtest=RocketMQAdminClientImplTest test` -- 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]
