RockteMQ-AI commented on issue #185: URL: https://github.com/apache/rocketmq-dashboard/issues/185#issuecomment-5547872003
**Issue Evaluation** Category: `question` | Status: **Needs Discussion** This is a valid concern about RocketMQ 5.x architecture compatibility. In RocketMQ 5.x, the Proxy mode changes the client connection model - clients connect to Proxy instead of directly to Broker/NameServer, which means the dashboard cannot get accurate consumer connection information from the broker alone. **Current State:** The dashboard was designed for the 3.x/4.x architecture where clients connect directly to brokers. In 5.x Proxy mode, the dashboard needs to query the Proxy layer for client connection metadata. **Feasibility:** Supporting 5.x Proxy mode would require the dashboard to integrate with the Proxy's admin API for consumer group and connection information. This is a non-trivial enhancement. **Recommendation:** This should be tracked as an enhancement request. The community may prioritize this as more users migrate to 5.x. --- *Automated evaluation by github-manager* -- 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]
