yuz10 commented on a change in pull request #3313:
URL: https://github.com/apache/rocketmq/pull/3313#discussion_r701970085
##########
File path: client/src/main/java/org/apache/rocketmq/client/ClientConfig.java
##########
@@ -60,6 +60,8 @@
private boolean useTLS = TlsSystemConfig.tlsEnable;
+ private int mqClientApiTimeout = 3 * 1000;
Review comment:
Other places, such as MQAdminImpl.java, RemoteBrokerOffsetStore.java ,
also use fixed timeout, should they change to use this config?
--
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]