【问题标题】:KSQL ignores Confluent Support Metric Collection configKSQL 忽略 Confluent Support Metric Collection 配置
【发布时间】: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 正在读取和解析此属性文件,因为它正在拉取其他配置(如代理信息)并正常读取。它基本上只是忽略了我关闭指标收集的请求。关于如何真正关闭它的任何想法?

【问题讨论】:

    标签: confluent-platform ksqldb


    【解决方案1】:

    这似乎是 KSQL 中的一个错误。它在这里被修复: https://github.com/confluentinc/ksql/pull/2948

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2015-08-31
      • 2020-05-01
      • 2019-05-28
      • 1970-01-01
      • 2016-09-13
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多