RockteMQ-AI commented on issue #2903: URL: https://github.com/apache/rocketmq-dashboard/issues/2903#issuecomment-5496836805
**Issue Evaluation** Category: `bug` | Status: **Needs Clarification** I searched the `apache/rocketmq-dashboard` codebase for the class `RealClusterProvider` mentioned in this issue, but it does not exist in this repository. The dashboard's `ClusterServiceImpl` iterates over all broker addresses from `BrokerData.getBrokerAddrs()` and returns them in a map — it does not perform any "selection" or "fallback" logic for a single broker address. The behavior described (selecting the first non-null value from a HashMap when brokerId 0 is absent) sounds like it may belong to the core `apache/rocketmq` broker/client code rather than the dashboard. Could you clarify: - Which specific file/class in **this** repository exhibits the described behavior? - Is this issue perhaps intended for `apache/rocketmq` instead? --- *Automated evaluation by RockteMQ-AI* -- 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]
