RockteMQ-AI commented on issue #1449: URL: https://github.com/apache/rocketmq-dashboard/issues/1449#issuecomment-5236939755
**Issue Evaluation** Category: `enhancement` | Status: **Evaluated** **Feasibility:** feasible **Scope:** Studio ACL module — new read-only provider behind instance-scoped runtime admin path **Compatibility:** no breaking changes — additive provider; existing local ACL metadata endpoints remain unchanged Well-structured request with clear acceptance criteria. The scope is appropriately narrow (read-only, no mutations, no ACL 1.0 fallback). Key design points are sound: - Using `RuntimeAdminClientResolver` for credential/RPC hook resolution keeps auth consistent with other instance-scoped operations. - Preserving source provenance and per-Broker partial results is important for operational debugging. - Keeping local metadata separate from remote provider data (no silent fallback) avoids masking connectivity issues. This is ready for implementation once dependency #1448 lands. --- *Automated evaluation by github-manager-bot* -- 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]
