XNX02 commented on code in PR #15275:
URL: https://github.com/apache/iotdb/pull/15275#discussion_r2050741651


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java:
##########
@@ -101,7 +101,7 @@ public class IoTDBConfig {
   public static final Pattern NODE_PATTERN = Pattern.compile(NODE_MATCHER);
 
   /** Whether to enable the mqtt service. */
-  private boolean enableMQTTService = false;
+  private boolean enableMQTTService = true;

Review Comment:
   sorry , I was debugging back then..



-- 
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]

Reply via email to