diff --git a/ksqldb-common/src/main/java/io/confluent/ksql/util/KsqlConfig.java b/ksqldb-common/src/main/java/io/confluent/ksql/util/KsqlConfig.java index bc470a214e41..374628096afe 100644 --- a/ksqldb-common/src/main/java/io/confluent/ksql/util/KsqlConfig.java +++ b/ksqldb-common/src/main/java/io/confluent/ksql/util/KsqlConfig.java @@ -1796,8 +1796,7 @@ public Map addConfluentMetricsContextConfigsKafka( final Map props ) { final Map updatedProps = new HashMap<>(props); - final AppInfoParser.AppInfo appInfo = new AppInfoParser.AppInfo(System.currentTimeMillis(), - KsqlConstants.enableLoggingAppInfo); + final AppInfoParser.AppInfo appInfo = new AppInfoParser.AppInfo(System.currentTimeMillis()); updatedProps.putAll(getConfigsForPrefix(REPORTER_CONFIGS_PREFIXES)); updatedProps.put(MetricCollectors.RESOURCE_LABEL_VERSION, appInfo.getVersion()); updatedProps.put(MetricCollectors.RESOURCE_LABEL_COMMIT_ID, appInfo.getCommitId()); diff --git a/ksqldb-tools/pom.xml b/ksqldb-tools/pom.xml index 605fbd03e84a..bf3aec6dfe3c 100644 --- a/ksqldb-tools/pom.xml +++ b/ksqldb-tools/pom.xml @@ -62,6 +62,12 @@ ksqldb-parser + + io.confluent.ksql + ksqldb-rocksdb-config-setter + + + io.confluent.ksql ksqldb-api-client diff --git a/pom.xml b/pom.xml index f4d9cec34c04..8f53625ec13b 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ io.confluent common - 7.7.0-736 + 7.6.0 io.confluent.ksql @@ -143,7 +143,7 @@ 2.11.0 7.7.0-0 - 7.7.0-529 + 7.7.0-0 2.0.61.Final