Aias00 opened a new issue, #1741: URL: https://github.com/apache/rocketmq-dashboard/issues/1741
## Problem Dashboard, Clients, and Producer pages offer every configured instance in their selectors. Their selected-instance paths ultimately use `RuntimeAdminClientResolver`, which only supports Apache instances. Selecting an Aliyun or Tencent instance therefore leads to a generic runtime error or an empty Producer Group selector, although the UI indicates the operation is available. ## Scope - Drive the Dashboard, Clients, and Producer instance selectors from the runtime diagnostic capability currently implemented by `RuntimeAdminClientResolver`. - Keep Cloud metadata pages available; only hide or disable Apache-only MQAdmin runtime diagnostic operations. - Add regression coverage for selector filtering and the supported empty state. ## Acceptance criteria - Aliyun and Tencent instances are not selectable for MQAdmin-based Dashboard, Client, or Producer diagnostics. - Apache instances remain selectable and requests preserve their `instanceId`. - No cloud selection results in a generic runtime failure from these pages. Track: Control Plane capability-driven UI (ARCH-01 / CLIENT-01). -- 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]
