lizhimins commented on code in PR #5123:
URL: https://github.com/apache/rocketmq/pull/5123#discussion_r978390058
##########
client/src/main/java/org/apache/rocketmq/client/ClientConfig.java:
##########
@@ -173,6 +176,7 @@ public void resetClientConfig(final ClientConfig cc) {
this.unitName = cc.unitName;
this.vipChannelEnabled = cc.vipChannelEnabled;
this.useTLS = cc.useTLS;
+ this.sockProxyJson = cc.sockProxyJson;
Review Comment:
I rename it to socksProxyConfig
--
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]