duhenglucky commented on a change in pull request #842: [RIP-11]MQTT:completing
pub and sub logic of qos=0 messages(single node only )
URL: https://github.com/apache/rocketmq/pull/842#discussion_r258919532
##########
File path: common/src/main/java/org/apache/rocketmq/common/SnodeConfig.java
##########
@@ -82,6 +82,12 @@
private int snodePushMessageThreadPoolQueueCapacity = 10000;
+ private int snodePushMqttMessageMinPoolSize = 10;
Review comment:
Maybe we can define a mqttConfig class to manage these configs related to
MQTT.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services