Aias00 opened a new issue, #2507:
URL: https://github.com/apache/rocketmq-dashboard/issues/2507

   ## Problem
   
   Studio message details currently have no supported operation to resend one 
ordinary message to a selected Apache consumer group. This leaves operators 
unable to recover an individual failed or missed message without leaving Studio.
   
   ## Scope
   
   - Add a server-side direct resend endpoint for Apache instances.
   - Require `instanceId`, message identity/topic, and an explicit target 
consumer group.
   - Expose the action from message detail with clear unsupported/error states.
   - Audit the operation and add focused server/web tests.
   
   ## Out of scope
   
   - Fabricating consume verification results.
   - Cloud-provider implementations until their APIs provide equivalent 
semantics.
   
   ## Acceptance criteria
   
   - The operation is unavailable for unsupported instances.
   - A successful request invokes RocketMQ's supported direct-consume mechanism 
for the specified group.
   - Failed broker responses are returned to the UI and are audited.


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