You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/07/04 06:32:35 UTC

[GitHub] [rocketmq] cserwen commented on a diff in pull request #4553: [ISSUE#4552] Add asySendBlockMode to implement BackPressure

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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org