RockteMQ-AI commented on issue #3998: URL: https://github.com/apache/rocketmq-dashboard/issues/3998#issuecomment-5558841902
**Issue Evaluation** Category: `enhancement` | Status: **Evaluated** **Feasibility:** feasible **Scope:** DLQ drawer (frontend + backend API), `DLQMessageVO`, `RocketMQDLQProvider` **Compatibility:** no breaking changes — additive API fields (`properties`, `propertiesTruncated`) Well-structured request. The properties data is already available in the `MessageExt` records scanned by the DLQ provider, so no extra broker round-trip is needed. The proposed truncation limits (64 entries, 1024 chars/value) align with the existing message explorer behavior, which keeps the UI consistent. PR #3999 implements this with tests covering both the backend VO expansion and the frontend expandable-row rendering. The change is appropriately scoped and backward-compatible. --- *Automated evaluation by RockteMQ-AI* -- 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]
