Aias00 opened a new issue, #1116: URL: https://github.com/apache/rocketmq-dashboard/issues/1116
## Problem\n\nThe instance-scoped Topic and Consumer Group pages allow creating or importing resources before a managed instance has been resolved. In that state their requests omit , which can persist metadata without an instance scope and risks falling back to a global/default control-plane target.\n\nThis is most visible while the instance list is loading or unavailable.\n\n## Scope\n\n- Keep the instance-scoped pages read-only until a managed instance is selected.\n- Disable Topic and Consumer Group create/import controls when no instance context is available.\n- Guard submit handlers so a programmatic or stale UI event cannot send an unscoped write.\n- Preserve existing behavior once an instance is selected.\n- Add focused UI regression tests.\n\nTrack 1 / multi-instance control-plane correctness. This does not change the legacy unscoped server API. -- 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]
