RockteMQ-AI commented on issue #1482: URL: https://github.com/apache/rocketmq-dashboard/issues/1482#issuecomment-5241455029
**Issue Evaluation** Category: `bug` | Status: **Not Reproducible** After verifying against the current codebase, the described behavior does not match the existing implementation: - The `instanceId` concept and per-page instance selection mechanism referenced in this issue are **not implemented** in the current codebase. - There is no "Topic rebuild" action — the Topic page has create/update, route view, stats view, and consumer view actions, but no distinct rebuild. - The actual API methods are `createOrUpdateTopic()` and `getTopicRoute()` (in `remoteApi.js`), not `createTopic()` / `getTopicRoutes()`. - The only instance-switching mechanism is on the Ops page, which switches the global active NameServer — it is not scoped per-page or per-request. **Verdict:** The issue premise describes architecture that has not been implemented. If this is a feature request for multi-instance topic management, please reframe it as an enhancement proposal with the intended design. --- *Automated evaluation by github-manager-bot* -- 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]
