RockteMQ-AI commented on issue #2501: URL: https://github.com/apache/rocketmq-dashboard/issues/2501#issuecomment-5367870906
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The reported issue is valid. The backend provides `bodyEncoding`, `bodyTruncated`, and `propertiesTruncated` metadata fields, but the frontend types and detail page ignore them entirely. This means Base64-encoded binary bodies are displayed as plain text, and truncated content appears complete — both are data integrity issues. **Root Cause:** Frontend API types in `web/src/api/message.ts` are incomplete; detail page does not consume encoding/truncation metadata. **Impact:** Users may misread binary messages as text or assume truncated content is complete. **Severity:** medium An automated fix proposal can be generated. Reply `/approve` to proceed with PR generation. --- *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]
