Aias00 opened a new issue, #1102: URL: https://github.com/apache/rocketmq-dashboard/issues/1102
## Problem The Producer connection page calls the default `ClientProvider` path without an instance identifier. In a multi-instance Studio deployment, its topic and connection results can come from the configured default endpoint rather than the operator-selected instance. ## Proposal Build on #1058 (`RuntimeAdminClientResolver`) to: - require `instanceId` for producer connection queries; - resolve the selected instance endpoint before calling the RocketMQ admin API; - add an instance selector to the Producer page and propagate it through the API client; - cover the backend resolver path and frontend request parameters. ## Dependency Depends on #1058. ## Scope Track 1 / multi-instance runtime administration. -- 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]
