Aias00 opened a new issue, #1016: URL: https://github.com/apache/rocketmq-dashboard/issues/1016
## Problem\nThe live Remoting client collector has several response-contract defects:\n- It never populates , while the web table treats it as required and sorts with .\n- A producer connected to multiple topics is returned repeatedly with the same , but the table uses as its row key and statistics count rows rather than instances.\n- Producer scanning silently samples the first 50 unsorted non-system topics without a truncation signal.\n- An unknown filter silently falls back to scanning both producer and consumer connections.\n\n## Expected behavior\nThe API must distinguish unavailable/unknown timestamps, stable unique rows, partial scans, and invalid filters so the UI cannot present sampled data as authoritative.\n\n## Acceptance criteria\n- The UI handles absent connection timestamps safely.\n- Returned row keys and summary counts are stable for multi-topic producers.\n- Partial producer scans are deterministic and visibly marked.\n- Invalid type filters receive a structure d client error.\n- Unit and UI tests cover these paths. -- 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]
