yuluo-yx opened a new issue, #3158: URL: https://github.com/apache/rocketmq-dashboard/issues/3158
### Problem Producer Connection currently summarizes an entire topic query. When several Producer Groups are returned together, operators cannot identify which group contains duplicate client IDs, mixed client versions/languages, or incomplete client metadata without manually separating rows. ### Proposed change Add a read-only composition report based on the current query result that: - groups connections by reported Producer Group; - reports connection, unique client, and unique address counts; - displays language and version distributions per group; - flags duplicate client IDs within a group, version/language diversity, incomplete metadata, and unreported groups; - supports filtering, expandable client/address evidence, CSV export, bilingual copy, and focused tests. The report should make version diversity visible without claiming that different versions are inherently incompatible, and it should not issue additional backend requests. -- 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]
