RockteMQ-AI commented on issue #1041: URL: https://github.com/apache/rocketmq-dashboard/issues/1041#issuecomment-5191475935
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The reported issue has been verified against the described behavior. **Root Cause:** `RocketMQClientProvider.findProducerConnections` catches `MQClientException` with `ResponseCode.TOPIC_NOT_EXIST` and converts it into `BusinessException(502)`, conflating "topic does not exist" with genuine failures. **Impact:** Users querying producer connections for a non-existent or deleted topic see a hard 502 error instead of an empty connection list. **Severity:** Medium — affects UX but does not cause data loss or corruption. An automated fix proposal will be generated. Reply `/approve` to proceed with PR generation. --- *Automated evaluation by RockteMQ-AI* -- 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]
