Aias00 opened a new issue, #1285: URL: https://github.com/apache/rocketmq-dashboard/issues/1285
## Problem The Producer page exposes an instance selector and already scopes producer-group and connection queries by `instanceId`, but its Topic options call `/api/topics` without that parameter. Switching instances also leaves the previous selected topic and connection table visible. ## Expected behavior - Fetch Topic options with the selected instance ID. - Clear the topic value, producer group value, and connection results before loading the next instance. - Do not request Topic options when no instance is selected. - Cover the transition with a focused frontend test. ## Scope Track 1 / CLIENT-01 producer connection diagnostics. -- 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]
