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

   ## Summary
   Add 10 domain model classes covering RocketMQ V5 LiteTopic capabilities, DLQ 
message operations, metrics monitoring and cloud provider configuration 
scenarios.
   
   ## New Model Files & Descriptions
   1. `model/LiteTopicQuota.java`
   Quota limitation model for RocketMQ V5 LiteTopic resources
   2. `model/LiteTopicSession.java`
   Data model representing runtime session of V5 LiteTopic
   3. `model/LiteTopicSummary.java`
   Aggregated overview DTO for LiteTopic statistical information
   4. `model/DlqMessageExcelModel.java`
   Excel export data structure for dead-letter queue messages
   5. `model/DlqMessageResendResult.java`
   Result model returned after DLQ message resend execution
   6. `model/ConsumerMonitorConfig.java`
   Configuration entity for consumer group monitoring rules
   7. `model/MetricsDataSourceConfig.java`
   Configuration model for Prometheus metrics data source connection
   8. `model/MetricsHealthResult.java`
   Health check response structure of cluster metric indicators
   9. `model/CloudProviderConfig.java`
   Configuration entity for cloud vendor access credentials and parameters
   
   ## Note
   These models support multiple independent business modules: RocketMQ V5 
LiteTopic feature, dead letter queue management, Prometheus metrics monitoring, 
and cloud platform integration.


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