RockteMQ-AI commented on issue #4735:
URL: 
https://github.com/apache/rocketmq-dashboard/issues/4735#issuecomment-5758719730

   **Issue Evaluation**
   
   Category: `bug` | Status: **Confirmed**
   
   The reported issue has been verified. The root cause is clear:
   
   - `AiMessage` renders both the visible content and the `source` payload, but 
the redelivery path reuses the same `AiMessage` component
   - When a message is redelivered, the `source` field is populated from the 
display projection (truncated text) rather than the original source payload
   - This silently truncates large or binary source payloads, losing data 
fidelity
   
   **Impact:** Redelivered messages lose their original source payload. For 
large or binary content, this is a silent data truncation.
   
   **Severity:** Medium — data fidelity loss on redelivery, no crash.
   
   A fix PR (#4737) is already available. The fix correctly refuses redelivery 
when the source payload is only a display projection, preserving data integrity.
   
   ---
   *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]

Reply via email to