RockteMQ-AI commented on issue #4437: URL: https://github.com/apache/rocketmq-dashboard/issues/4437#issuecomment-5709740591
**Issue Evaluation** Category: `enhancement` | Status: **Evaluated** **Feasibility:** Feasible **Scope:** Queue browser page + new backend API for `queryConsumeQueue` **Compatibility:** No breaking changes — read-only diagnostic addition Well-documented design for inspecting native ConsumeQueue storage indices. Key strengths: - Uses RocketMQ native `queryConsumeQueue` protocol rather than approximating from offset data - 64-bit positions preserved as strings (avoids JS safe integer truncation) - Clear three-state filter result semantics (Not evaluated / Passed / Not passed) - Proper boundary handling: cloud/mock instances excluded, at-end detection, no fake empty results - Broker address validated against instance registration (no arbitrary address injection) Resubmission from previously closed PR #4120 with design preserved. --- *Automated evaluation by github-manager-bot* -- 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]
