Aias00 opened a new issue, #10718:
URL: https://github.com/apache/rocketmq/issues/10718
## Problem
`GrpcClientSettingsManager` logs full gRPC `Settings` protobufs from the
periodic unused-settings cleanup path.
Evidence:
-
`proxy/src/main/java/org/apache/rocketmq/proxy/grpc/v2/common/GrpcClientSettingsManager.java`
logs `settings:{}` when removing unused gRPC client settings.
## Impact
This is in the RocketMQ Studio Track 2 / Proxy Admin diagnostics scope. Full
Settings can include detailed publish/subscription metadata. Cleaner logs
should not dump those payloads.
## Expected
The cleaner log should use a compact summary such as client type and
publish/subscription counts instead of 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]