tianping526 commented on issue #1066:
URL: 
https://github.com/apache/rocketmq-clients/issues/1066#issuecomment-3404945432

   I discovered that the proxies store client settings in memory. If multiple 
proxies exist, the client must send settings to each one. However, Telemetry 
operates as a stream, where the client only reports settings to a single proxy. 
Attempting to send heartbeats to other proxies will result in errors.
   
   
https://github.com/apache/rocketmq/blob/3dd4bfd4f86f7235b7054798a718bb3666862369/proxy/src/main/java/org/apache/rocketmq/proxy/grpc/v2/client/ClientActivity.java#L95


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