【发布时间】:2019-08-16 01:18:42
【问题描述】:
我在 server.properties 文件中添加了以下行:
confluent.support.metrics.enable=false
但是,当 KSQL 启动时,它会吐出以下内容:
Please note that the version check feature of KSQL is enabled.
...
By proceeding with `confluent.support.metrics.enable=true`, you agree to
all such collection, transfer and use of Version information by Confluent.
You can turn the version check feature off by setting
`confluent.support.metrics.enable=false` in the KSQL configuration and
restarting the KSQL. See the Confluent Platform documentation for further information.
我知道 KSQL 正在读取和解析此属性文件,因为它正在拉取其他配置(如代理信息)并正常读取。它基本上只是忽略了我关闭指标收集的请求。关于如何真正关闭它的任何想法?
【问题讨论】: