Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Upgrade Kafka clients to 3.9.0 #4203

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 15 additions & 13 deletions data-plane/THIRD-PARTY.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Lists of 237 third-party dependencies.
Lists of 239 third-party dependencies.
(Eclipse Public License - v 1.0) (GNU Lesser General Public License) Logback Classic Module (ch.qos.logback:logback-classic:1.4.14 - http://logback.qos.ch/logback-classic)
(Eclipse Public License - v 1.0) (GNU Lesser General Public License) Logback Core Module (ch.qos.logback:logback-core:1.4.14 - http://logback.qos.ch/logback-core)
(Apache License 2.0) brotli4j (com.aayushatharva.brotli4j:brotli4j:1.16.0 - https://github.com/hyperxpro/Brotli4j/brotli4j)
Expand All @@ -14,7 +14,7 @@ Lists of 237 third-party dependencies.
(The Apache Software License, Version 2.0) Jackson datatype: JSR310 (com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1 - https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310)
(The Apache Software License, Version 2.0) jackson-module-scala (com.fasterxml.jackson.module:jackson-module-scala_2.13:2.16.1 - https://github.com/FasterXML/jackson-module-scala)
(Apache License, Version 2.0) Caffeine cache (com.github.ben-manes.caffeine:caffeine:3.1.5 - https://github.com/ben-manes/caffeine)
(BSD 2-Clause License) zstd-jni (com.github.luben:zstd-jni:1.5.6-3 - https://github.com/luben/zstd-jni)
(BSD 2-Clause License) zstd-jni (com.github.luben:zstd-jni:1.5.6-4 - https://github.com/luben/zstd-jni)
(The Apache Software License, Version 2.0) bucket4j-core (com.github.vladimir-bukhtoyarov:bucket4j-core:7.6.0 - http://github.com/vladimir-bukhtoyarov/bucket4j/bucket4j-core)
(The Apache Software License, Version 2.0) FindBugs-jsr305 (com.google.code.findbugs:jsr305:3.0.2 - http://findbugs.sourceforge.net/)
(Apache-2.0) Gson (com.google.code.gson:gson:2.10.1 - https://github.com/google/gson/gson)
Expand All @@ -28,7 +28,7 @@ Lists of 237 third-party dependencies.
(Apache 2.0) OkHttp (com.squareup.okhttp3:okhttp:3.14.9 - https://github.com/square/okhttp/okhttp)
(Apache 2.0) Okio (com.squareup.okio:okio:1.17.2 - https://github.com/square/okio/okio)
(BSD) ParaNamer Core (com.thoughtworks.paranamer:paranamer:2.8 - https://github.com/paul-hammant/paranamer/paranamer)
(Apache 2.0 License) scala-logging (com.typesafe.scala-logging:scala-logging_2.13:3.9.4 - https://github.com/lightbend/scala-logging)
(Apache 2.0 License) scala-logging (com.typesafe.scala-logging:scala-logging_2.13:3.9.5 - https://github.com/lightbend/scala-logging)
(Apache License 2.0) Metrics Core Library (com.yammer.metrics:metrics-core:2.2.0 - http://metrics.codahale.com/metrics-core/)
(Apache License, Version 2.0) Apache Commons BeanUtils (commons-beanutils:commons-beanutils:1.9.4 - https://commons.apache.org/proper/commons-beanutils/)
(Apache License, Version 2.0) Apache Commons CLI (commons-cli:commons-cli:1.4 - http://commons.apache.org/proper/commons-cli/)
Expand Down Expand Up @@ -189,16 +189,18 @@ Lists of 237 third-party dependencies.
(MIT) argparse4j (net.sourceforge.argparse4j:argparse4j:0.7.0 - http://argparse4j.github.io)
(The BSD License) ANTLR 4 Runtime (org.antlr:antlr4-runtime:4.9.2 - http://www.antlr.org/antlr4-runtime)
(Apache License, Version 2.0) Apache Commons Math (org.apache.commons:commons-math3:3.6.1 - http://commons.apache.org/proper/commons-math/)
(The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-clients:3.7.1 - https://kafka.apache.org)
(The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-group-coordinator:3.7.1 - https://kafka.apache.org)
(The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-metadata:3.7.1 - https://kafka.apache.org)
(The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-raft:3.7.1 - https://kafka.apache.org)
(The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-server:3.7.1 - https://kafka.apache.org)
(The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-server-common:3.7.1 - https://kafka.apache.org)
(The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-storage:3.7.1 - https://kafka.apache.org)
(The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-storage-api:3.7.1 - https://kafka.apache.org)
(The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-tools-api:3.7.1 - https://kafka.apache.org)
(The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka_2.13:3.7.1 - https://kafka.apache.org)
(The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-clients:3.9.0 - https://kafka.apache.org)
(The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-group-coordinator:3.9.0 - https://kafka.apache.org)
(The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-group-coordinator-api:3.9.0 - https://kafka.apache.org)
(The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-metadata:3.9.0 - https://kafka.apache.org)
(The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-raft:3.9.0 - https://kafka.apache.org)
(The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-server:3.9.0 - https://kafka.apache.org)
(The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-server-common:3.9.0 - https://kafka.apache.org)
(The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-storage:3.9.0 - https://kafka.apache.org)
(The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-storage-api:3.9.0 - https://kafka.apache.org)
(The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-tools-api:3.9.0 - https://kafka.apache.org)
(The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-transaction-coordinator:3.9.0 - https://kafka.apache.org)
(The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka_2.13:3.9.0 - https://kafka.apache.org)
(Apache License, Version 2.0) Apache Yetus - Audience Annotations (org.apache.yetus:audience-annotations:0.12.0 - https://yetus.apache.org/audience-annotations)
(Apache License, Version 2.0) Apache ZooKeeper - Server (org.apache.zookeeper:zookeeper:3.8.4 - http://zookeeper.apache.org/zookeeper)
(Apache License, Version 2.0) Apache ZooKeeper - Jute (org.apache.zookeeper:zookeeper-jute:3.8.4 - http://zookeeper.apache.org/zookeeper-jute)
Expand Down
2 changes: 1 addition & 1 deletion data-plane/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<junit.jupiter.version>5.10.1</junit.jupiter.version>
<mokito.junit.jupiter.version>5.12.0</mokito.junit.jupiter.version>
<fabric8.kubernetes.version>6.10.0</fabric8.kubernetes.version>
<kafka.version>3.7.1</kafka.version>
<kafka.version>3.9.0</kafka.version>
<debezium.version>2.6.1.Final</debezium.version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW, the vertx team uses still 3.7 with a slightly newer version of DBZ:
https://github.com/vert-x3/vertx-kafka-client/blob/master/pom.xml#L37-L40

Not sure if @ppatierno and team will eventually update the vertx-kafka-client to 3.9 and/of if than DBZ 2.7.x will work w/ Kafka ?!

I see however, that DBZ itself is having Kafka 3.9 on its 3.0 branch:
https://github.com/debezium/debezium/blob/3.0/pom.xml

<jib.version>3.4.4</jib.version>
<quarkus.version>3.8.4</quarkus.version>
Expand Down
Loading