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

   ### Summary
   
   `ApacheInstanceProvider` is a pure delegator: topic/group writes go to 
`AdminClient`, reads to `MetadataProvider` and message queries to 
`MessageProvider`. The suite only verified capability/vendor plus a few read 
paths.
   
   ### Changes
   
   - `listTopicsPage` and `getTopicConsumers`/`getTopicConsumersPage` forward 
to `MetadataProvider`
   - Topic create/update/delete and consumer-group create/delete delegate to 
`AdminClient` and pass results through
   - Group progress, subscriptions and offset reset (preview + apply) delegate 
correctly
   - Message queries, both trace overloads, key-based trace and direct consume 
delegate to `MessageProvider`
   
   ### Testing
   
   `mvn test -Dtest=ApacheInstanceProviderTest` passes: 14 tests, 0 failures 
(up from 7).


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