Aias00 opened a new issue, #1482: URL: https://github.com/apache/rocketmq-dashboard/issues/1482
## Problem The Topic detail page rebuild action calls `createTopic()` and then `getTopicRoutes()` without the selected `instanceId`. In a multi-instance deployment, rebuilding a Topic can use the default runtime client rather than the instance selected in the page. ## Scope - Require an active selected instance for Topic rebuild. - Propagate that ID to the create and route-refresh calls. - Add a focused UI regression test. ## Track Track 1 / ARCH-01 instance-scoped metadata operations. -- 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]
