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

   ### Summary
   
   `CreateConsumerGroupDTO` requires a group name, bounds retry/delay values as 
non-negative and maps into a `ConsumerGroupVO`. It had no tests.
   
   ### Changes
   
   - A missing name is rejected
   - Negative retry/delay values are rejected
   - A complete request passes validation and `toConsumerGroupVO` carries the 
fields through
   
   ### Testing
   
   `mvn test -Dtest=CreateConsumerGroupDTOTest` passes: 3 tests, 0 failures 
(first coverage for this DTO).


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