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

   **Issue Evaluation**
   
   Category: `bug` | Status: **Confirmed**
   
   The reported JSON property mapping issue has been verified in 
`DlqMessageRequest`.
   
   **Root Cause:** The class exposes `topicName` field, but the frontend sends 
`topic` as the JSON property. Jackson ignores the unmatched `topic` property, 
causing the resend service to receive a null topic.
   
   **Impact:** Batch DLQ resend fails silently because the topic information is 
lost during deserialization.
   
   **Severity:** High — breaks a core feature (DLQ message resend) when using 
the new frontend batch action.
   
   **Suggested Fix:** Add `@JsonProperty("topic")` as an alias on the 
`topicName` field, or add a separate `topic` field with proper mapping.
   
   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]

Reply via email to