未验证 提交 16574759 编写于 作者: H haozhijie9527 提交者: GitHub

[ISSUE#3430] fix the problem that setting parameter mqClientApiTimeout doesn't take effect (#3431)

* [maven-release-plugin] prepare release rocketmq-all-4.9.2

* [maven-release-plugin] prepare for next development iteration

* fix the problem that setting parameter mqClientApiTimeout doesn't take effect
Co-authored-by: Ntigerlee <tigerlee@apache.org>
Co-authored-by: Nhaozhijie <haozhijie@kuaishou.com>
上级 d2776fca
......@@ -158,6 +158,7 @@ public class ClientConfig {
this.useTLS = cc.useTLS;
this.namespace = cc.namespace;
this.language = cc.language;
this.mqClientApiTimeout = cc.mqClientApiTimeout;
}
public ClientConfig cloneClientConfig() {
......@@ -176,6 +177,7 @@ public class ClientConfig {
cc.useTLS = useTLS;
cc.namespace = namespace;
cc.language = language;
cc.mqClientApiTimeout = mqClientApiTimeout;
return cc;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册