lizhimins commented on PR #4196: URL: https://github.com/apache/rocketmq-dashboard/pull/4196#issuecomment-5679166969
Thanks for the work on this. We're closing it because the direction doesn't fit how Proxy addresses are meant to be obtained in Studio. Proxy endpoints are derived from the cluster the instance is attached to — they should be **discovered automatically** from the cluster topology, not maintained as a separately hand-managed list. Adding a batch management surface for them creates a second source of truth that can drift from what the brokers actually register, and every consumer then has to decide which one to believe. It also puts a manual operational step in front of something that scales out and in on its own. If automatic discovery is currently missing a case you need (e.g. proxies behind an SLB, or a topology where discovery genuinely cannot infer the client-facing address), please open an issue describing that case — the fix we'd want is in the discovery path, not a new management screen. -- 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]
