yyqdbngt opened a new pull request, #3457: URL: https://github.com/apache/rocketmq-dashboard/pull/3457
### Summary `ConsumerGroupListToolHandler` lists consumer groups through the metadata service and projects rows into schema-safe maps. It had no tests. ### Changes - Delegation forwards search and paging, applying the 1/20 defaults when absent - A fully populated group projects every field (name, mode, consume type, instances, lag, topics) - Missing names and null mode/consume type are rejected with descriptive messages - Absent optional fields project as blank strings and an empty topic list - The handler registers under `rmq.group.list` ### Testing `mvn test -Dtest=ConsumerGroupListToolHandlerTest` passes: 6 tests, 0 failures (first test for this class). -- 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]
