Aias00 opened a new issue, #1720: URL: https://github.com/apache/rocketmq-dashboard/issues/1720
## Problem The Topic page reloads its list when the selected instance changes, but it keeps instance-scoped component state from the previous instance: selected Topic details, send-message state, import state, cached routes, and consumer relationships. A user can therefore continue viewing or acting through a dialog opened for the old instance after choosing another instance. ## Expected behavior - Switching the selected instance must discard Topic page state owned by the previous instance before loading the next list. - The no-instance view must stay idle rather than show a permanent loader. - Existing Topic list and mutation requests must continue using the selected instance ID. ## Scope Topic page frontend lifecycle and focused regression tests only. ## Track Track 1 / Studio multi-instance metadata management. -- 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]
