RockteMQ-AI commented on issue #10801: URL: https://github.com/apache/rocketmq/issues/10801#issuecomment-5190434895
**Issue Evaluation** Category: `bug` | Status: **Confirmed** **Root Cause:** `DefaultAdminService#topicExist` catches all `Throwable` and returns `false`, masking network/auth/serialization errors as "topic not found". **Impact:** Operational — admin flows get wrong diagnosis on route lookup failures **Severity:** Medium Valid issue. The fix should use `TopicRouteHelper.isTopicNotExistError(e)` (consistent with `createTopicOnTopicBrokerIfNotExist`) to distinguish real not-found from other failures. 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]
