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

   ## Summary
   Add 10 request DTO classes under the model/request package to carry frontend 
request parameters for controller layer APIs.
   
   ## New Request DTO Files & Descriptions
   1. `model/request/AclRequest.java`
   Request parameter model for ACL permission create, update and delete 
operations
   2. `model/request/ArchitectureSwitchRequest.java`
   Request body for switching cluster architecture mode
   3. `model/request/ConsumerConfigInfo.java`
   DTO carrying consumer group configuration editing parameters
   4. `model/request/MessageQuery.java`
   Filter parameters for paginated message query API
   5. `model/request/MetricsDataSourceRequest.java`
   Request model for adding or updating Prometheus metrics data source
   6. `model/request/ResetOffsetRequest.java`
   Parameters for executing consumer offset reset operations
   7. `model/request/SendTopicMessageRequest.java`
   Request structure for manually sending test messages to target topic
   8. `model/request/TopicConfigInfo.java`
   DTO for topic creation and configuration modification requests
   9. `model/request/TopicTypeList.java`
   Wrapper model for returning full supported topic type list
   10. `model/request/TopicTypeMeta.java`
   Metadata model storing attribute definitions of each topic type
   
   ## Note
   All models are dedicated to receiving and parsing HTTP request payloads at 
the controller layer.


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