zhaohai666 opened a new issue, #666:
URL: https://github.com/apache/rocketmq-dashboard/issues/666
# Issue
## Change Overview
1. Add `RealClientProvider`: Fetch real client connection data by invoking
Proxy via gRPC.
2. Remove redundant classes:
- `ProducerConnectionService`
- `ProducerController`
- `ProducerConnectionResultVO`
- `ProducerConnectionVO`
3. Refactor and adapt `ClientService`, `ClientProviderStub`,
`ClientConnectionVO` to align with the new unified client interface.
## Design Rationale
Merge producer connection query capability into the unified client
connection API to eliminate duplicated API definitions.
`RealClientProvider` works alongside the existing `ClusterProviderStub`,
forming a dual implementation system for real runtime data and mock test data
respectively.
--
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]