SteveYurongSu commented on a change in pull request #4460: URL: https://github.com/apache/iotdb/pull/4460#discussion_r762681293
########## File path: server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java ########## @@ -760,6 +767,12 @@ */ private boolean enableRpcService = true; + /** + * whether enable the influxdb rpc service. This parameter has no a corresponding field in the + * iotdb-engine.properties + */ + private boolean enableInfluxDBRpcService = true; Review comment: ```suggestion private boolean enableInfluxDBRpcService = false; ``` Set the property false by default. -- 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: reviews-unsubscr...@iotdb.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org