gaoyf opened a new issue, #9273: URL: https://github.com/apache/rocketmq/issues/9273
### Before Creating the Enhancement Request - [x] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary Messages sent through a proxy should be set to the client's host instead of the proxy's. ### Motivation Messages sent through a proxy using grpc protocol have setted client's host,[code](https://github.com/apache/rocketmq/blob/release-5.3.1/proxy/src/main/java/org/apache/rocketmq/proxy/grpc/v2/producer/SendMessageActivity.java#L282). So remoting protocol should set client's host too. ### Describe the Solution You'd Like Add client's host before send to broker. ### Describe Alternatives You've Considered I will submit pr. ### Additional Context _No response_ -- 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: commits-unsubscr...@rocketmq.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org