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

   ## Problem
   
   `ClientActivity` logs the full gRPC `Settings` protobuf when saving client 
settings synced from another proxy.
   
   Evidence:
   - 
`proxy/src/main/java/org/apache/rocketmq/proxy/grpc/v2/client/ClientActivity.java`
 logs `settings:{}` in the client settings sync path.
   
   ## Impact
   
   This is in the RocketMQ Studio Track 2 / Proxy Admin diagnostics scope. Full 
`Settings` can include detailed publish/subscription metadata and should not be 
dumped into logs when a compact diagnostic summary is enough.
   
   ## Expected
   
   The log should keep useful diagnostic fields such as client type and 
subscription count, while avoiding full protobuf output.


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