123123213weqw opened a new issue, #2501:
URL: https://github.com/apache/rocketmq-dashboard/issues/2501

   ## Problem
   
   The backend returns `bodyEncoding`, `bodyTruncated` and 
`propertiesTruncated`, but the frontend types and the detail page ignore them. 
Base64 bodies and truncated content are displayed and downloaded as if they 
were complete plain text.
   
   Locations: `web/src/api/message.ts`, 
`server/src/main/java/org/apache/rocketmq/studio/provider/apache/RocketMQMessageProvider.java`.
   
   ## Expected behavior
   
   Complete the API types; add encoding/truncation warnings on the detail page; 
pick download extension and content according to the encoding instead of 
forcing Base64 into JSON.
   
   ## Verification
   
   Cover UTF-8 body, binary Base64, body truncation, and property count/length 
truncation.
   


-- 
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]

Reply via email to