zhaohai666 opened a new pull request, #527:
URL: https://github.com/apache/rocketmq-dashboard/pull/527

   ## Summary
   Add 5 dedicated domain models under the trace subpackage for message trace 
graph visualization, consumed by the Message Trace frontend page.
   
   ## New Model Files & Descriptions
   1. `model/trace/MessageTraceGraph.java`
   Root model that assembles the full graph structure for message trace 
visualization.
   2. `model/trace/MessageTraceStatusEnum.java`
   Enumeration defining all possible status values for each trace node.
   3. `model/trace/ProducerNode.java`
   Graph node model representing producer client information in trace links.
   4. `model/trace/SubscriptionNode.java`
   Graph node model representing consumer group subscription relationships.
   5. `model/trace/TraceNode.java`
   Base abstract node model shared by all elements in the trace graph.
   
   ## Note
   These models are exclusively used to render visual flow charts on the 
Message Trace page.


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