yuluo-yx opened a new issue, #3146: URL: https://github.com/apache/rocketmq-dashboard/issues/3146
### Problem RocketMQ Studio already exposes an instance capability contract and uses it to hide unsupported navigation for the currently selected instance. Operators managing mixed Apache, Alibaba Cloud, and Tencent Cloud fleets still have no way to compare those declarations before planning an operation or rollout. They must enter instances one by one, and a discovery failure can easily be confused with an unsupported capability. ### Proposed change Add a read-only capability matrix to the Instance page that: - loads the existing server-declared capability contract for selected instances in bounded batches; - preserves successful rows when individual instances fail and marks failures as unknown rather than unsupported; - summarizes coverage for Topic, Consumer Group, message query, trace, ACL, and DLQ management; - filters by vendor, access type, capability, support state, discovery state, and text; - exports the currently filtered matrix to CSV; - provides Chinese and English copy plus focused unit/component tests. The feature does not infer capabilities, mutate instances, or call operation endpoints. -- 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]
