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

   ## Summary
   Add 10 domain model classes dedicated to message query, message trace, queue 
offset statistics and consumer rollback metrics.
   
   ## New Model Files & Descriptions
   1. `model/MessageView.java`
   Structured view object for displaying message details on the frontend.
   2. `model/MessageInfo.java`
   Basic DTO storing core metadata of a single message.
   3. `model/MessagePage.java`
   Pagination wrapper for message query results.
   4. `model/MessagePageTask.java`
   Background task model for asynchronous paginated message scanning.
   5. `model/MessageQueryByPage.java`
   Request parameter model for paginated message search conditions.
   6. `model/MessageTraceView.java`
   View model containing full delivery trace logs of a message.
   7. `model/QueueStatInfo.java`
   Runtime statistical metrics of a single message queue.
   8. `model/QueueOffsetInfo.java`
   Offset data model storing broker offset and consumer offset of a queue.
   9. `model/Entry.java`
   Raw storage entry structure mapping underlying message store records.
   10. `model/ConsumerGroupRollBackStat.java`
   Statistic model recording offset rollback execution information of consumer 
groups.
   
   ## Note
   All above models serve message query and message trace business scenarios.


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