RockteMQ-AI commented on PR #532: URL: https://github.com/apache/rocketmq-dashboard/pull/532#issuecomment-5497545476
**Issue Evaluation** Category: `enhancement` | Status: **Evaluated** **Feasibility:** Feasible **Scope:** Studio message query page (frontend + backend), MessageService/MessageProvider **Compatibility:** Non-breaking — additive filter; existing queries without tag parameter work unchanged Adding tag-based filtering to the message query page is a practical improvement for operators debugging specific message flows. The approach of threading the tag parameter through frontend API and mock service is straightforward. A few notes: 1. Ensure the tag parameter is properly URL-encoded in the API call 2. Consider adding tag auto-complete if the topic's tag set is queryable from broker metadata 3. Test coverage for both the controller forwarding and the frontend pass-through is appropriate This fixes #192 and the implementation plan is clear. A PR would be welcome. --- *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]
