Aias00 opened a new issue, #10720: URL: https://github.com/apache/rocketmq/issues/10720
## Problem `GrpcClientChannel` logs raw gRPC Settings data when converting between Settings and channel extend attributes fails. Evidence: - `proxy/src/main/java/org/apache/rocketmq/proxy/grpc/v2/channel/GrpcClientChannel.java` logs the full `settings` object in `toChannelExtendAttribute`. - The same class logs the raw `attr` string in `parseChannelExtendAttribute`. ## Impact This is in the RocketMQ Studio Track 2 / Proxy Admin diagnostics scope. Settings and serialized channel attributes can include detailed publish/subscription metadata, so conversion failure logs should avoid dumping them. ## Expected Failure logs should keep enough context for diagnosis, such as client type, publish/subscription counts, and attribute length, without printing raw Settings or serialized attributes. -- 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]
