Aias00 opened a new issue, #696: URL: https://github.com/apache/rocketmq-dashboard/issues/696
## Problem `ClientProviderStub` returns hard-coded online client connection records such as `producer-001`, `consumer-001`, and `consumer-002`. Evidence: - `server/src/main/java/org/apache/rocketmq/studio/cluster/client/ClientProviderStub.java` keeps a local `stubData` list and returns it from `findConnections`. ## Impact This is in the Studio Track 1 / CLIENT-01 scope. The client connection page should not show production-looking fake Remoting/gRPC clients when no real client collector or provider is configured. It can mislead operators during validation. ## Expected Until a real Remoting/gRPC client provider is connected, the backend should fail explicitly with a structured unsupported-provider error instead of returning fake online clients. -- 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]
