Aias00 opened a new issue, #706:
URL: https://github.com/apache/rocketmq-dashboard/issues/706

   ## Problem
   
   `ProxyAdminClient` is registered as a Spring `@Component`, but it has no 
public API, no implementation, and no references in the codebase. The class 
currently only contains a TODO comment for RocketMQ 5.x proxy mode.
   
   This is misleading for the Studio control-plane/proxy-admin direction 
because production code appears to provide a proxy admin client bean even 
though no capability is available.
   
   ## Scope
   
   Track 1 / ARCH-01 proxy access abstraction cleanup. This does not implement 
the Proxy Admin protocol; it only removes an unused placeholder so future proxy 
admin work can introduce a real contract deliberately.
   
   ## Expected behavior
   
   - Remove the unused empty component.
   - Keep existing topic/provider behavior unchanged.
   - Add or update tests only if a behavior surface is affected.
   
   ## Evidence
   
   - 
`server/src/main/java/org/apache/rocketmq/studio/instance/topic/ProxyAdminClient.java`
 only contains a TODO.
   - `rg ProxyAdminClient` finds no usages besides the class itself.


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