RockteMQ-AI commented on issue #10710:
URL: https://github.com/apache/rocketmq/issues/10710#issuecomment-5140735676

   **Issue Evaluation**
   
   Category: `type/bug` | Status: **Confirmed**
   
   The reported issue has been verified against the current codebase.
   
   **Root Cause:** In `GrpcClientSettingsManager#offlineClientLiteSubscription` 
(line 256), the error log serializes the full protobuf `Settings` object:
   ```java
   log.error("offlineClientLiteSubscription error, clientId:{}, settings:{}", 
clientId, settings, e);
   ```
   `Settings` can contain subscription details, metric endpoint info, and other 
client runtime metadata. This is unnecessary for diagnostics and may leak more 
client metadata than intended.
   
   **Impact:** Proxy gRPC client diagnostics — operational logs may contain 
excessive client metadata.
   **Severity:** Low (no functional impact, information hygiene concern)
   
   An automated fix proposal can be generated. Reply `/approve` to proceed with 
PR generation.
   
   ---
   *Automated evaluation by RockteMQ-AI*


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