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

   ## Problem
   
   The server returns `"failed"` while the frontend declaration and Ant Design 
Steps accept `"error"`, so failed nodes may not get the red failed status.
   
   Locations: 
`server/src/main/java/org/apache/rocketmq/studio/provider/apache/RocketMQMessageProvider.java`,
 `web/src/pages/instance/message.tsx`.
   
   ## Expected behavior
   
   Convert backend business statuses to UI statuses in the API mapping layer 
(or unify the server enum); unknown statuses degrade to wait instead of a 
forced cast.
   
   ## Verification
   
   Produce/consume/recall failed traces all show error; success stays finish.
   


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