cserwen commented on code in PR #4553:
URL: https://github.com/apache/rocketmq/pull/4553#discussion_r912664269
##########
client/src/main/java/org/apache/rocketmq/client/ClientConfig.java:
##########
@@ -42,6 +42,7 @@ public class ClientConfig {
protected String namespace;
private boolean namespaceInitialized = false;
protected AccessChannel accessChannel = AccessChannel.LOCAL;
+ private boolean asySendBlockMode = true;
Review Comment:
It is better to put this parameter in `DefaultMQProducer`
--
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]