RockteMQ-AI commented on issue #10724: URL: https://github.com/apache/rocketmq/issues/10724#issuecomment-5143181075
**Issue Evaluation** Category: `type/bug` | Status: **Confirmed** The reported issue has been verified against the current codebase. **Root Cause:** `ResponseWriter` at lines 55, 57, and 64 logs the full gRPC `response` protobuf object directly. For receive-message responses, this can expose message payload data through `ReceiveMessageResponseStreamWriter`. **Impact:** Proxy logs may contain message payload bytes or other request data when responses are written or when clients cancel requests. **Severity:** medium — information exposure in logs, no functional impact on response write behavior. An automated fix proposal will be generated. Reply `/approve` to proceed with PR generation. --- *Automated evaluation by github-manager-bot* -- 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]
