yyqdbngt opened a new pull request, #3456: URL: https://github.com/apache/rocketmq-dashboard/pull/3456
### Summary `TopicListToolHandler` lists topics through the metadata service and projects rows into schema-safe maps. It had no tests. ### Changes - Delegation passes cluster/type/search plus pagination defaults and forwards explicit paging - A fully populated topic projects every field (name, type, perm, queues, counts) - Missing topic names and null type/perm are rejected with descriptive messages - Absent optional fields (`namespace`, `clusterId`) project as blank strings - The handler registers under `rmq.topic.list` ### Testing `mvn test -Dtest=TopicListToolHandlerTest` 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]
