Skip to content

Commit 0bf8ad8

Browse files
yanghuapnowojski
authored andcommitted
[FLINK-10891] Upgrade Kafka client version to 2.0.1
1 parent acd041c commit 0bf8ad8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

flink-connectors/flink-connector-kafka/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ under the License.
3636
<packaging>jar</packaging>
3737

3838
<properties>
39-
<kafka.version>2.0.0</kafka.version>
39+
<kafka.version>2.0.1</kafka.version>
4040
</properties>
4141

4242
<dependencies>

flink-end-to-end-tests/flink-sql-client-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ under the License.
114114
as we neither access nor package the kafka dependencies -->
115115
<groupId>org.apache.kafka</groupId>
116116
<artifactId>kafka-clients</artifactId>
117-
<version>2.0.0</version>
117+
<version>2.0.1</version>
118118
</dependency>
119119
</dependencies>
120120
</dependencyManagement>

flink-end-to-end-tests/test-scripts/test_sql_client.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
set -Eeuo pipefail
2121

2222
KAFKA_CONNECTOR_VERSION="2.0"
23-
KAFKA_VERSION="2.0.0"
23+
KAFKA_VERSION="2.0.1"
2424
CONFLUENT_VERSION="5.0.0"
2525
CONFLUENT_MAJOR_VERSION="5.0"
2626
KAFKA_SQL_VERSION="universal"

flink-end-to-end-tests/test-scripts/test_sql_client_kafka.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919

2020
set -Eeuo pipefail
2121

22-
source "$(dirname "$0")"/test_sql_client_kafka_common.sh 2.0 2.0.0 5.0.0 5.0 "kafka" "universal"
22+
source "$(dirname "$0")"/test_sql_client_kafka_common.sh 2.0 2.0.1 5.0.0 5.0 "kafka" "universal"

flink-end-to-end-tests/test-scripts/test_streaming_kafka.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
set -Eeuo pipefail
2121

2222
source "$(dirname "$0")"/common.sh
23-
source "$(dirname "$0")"/kafka-common.sh 2.0.0 5.0.0 5.0
23+
source "$(dirname "$0")"/kafka-common.sh 2.0.1 5.0.0 5.0
2424

2525
source "$(dirname "$0")"/test_streaming_kafka_common.sh $FLINK_DIR/examples/streaming/KafkaExample.jar

0 commit comments

Comments
 (0)