Skip to content

[Bug] Proxy client settings cleaner logs full gRPC Settings #10718

Description

@Aias00

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions