Skip to content

Commit a8f4301

Browse files
authored
Updated with kafka 1.17.0 jar
Updated with kafka 1.17.0 jar
1 parent 230bd48 commit a8f4301

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/hdinsight-aks/flink/create-kafka-table-flink-kafka-sql-connector.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to create Apache Kafka table on an Apache Flink® on HDInsight on AKS
33
description: Learn how to create Apache Kafka table on Apache Flink®
44
ms.service: hdinsight-aks
55
ms.topic: how-to
6-
ms.date: 10/27/2023
6+
ms.date: 03/14/2024
77
---
88

99
# Create Apache Kafka® table on Apache Flink® on HDInsight on AKS
@@ -126,14 +126,14 @@ Detailed instructions are provided on how to use Secure Shell for [Flink SQL cli
126126
We're using the **Kafka 3.2.0** dependencies in the below step, You're required to update the command based on your Kafka version on HDInsight cluster.
127127
```
128128
wget https://repo1.maven.org/maven2/org/apache/kafka/kafka-clients/3.2.0/kafka-clients-3.2.0.jar
129-
wget https://repo1.maven.org/maven2/org/apache/flink/flink-connector-kafka/1.16.0/flink-connector-kafka-1.16.0.jar
129+
wget https://repo1.maven.org/maven2/org/apache/flink/flink-connector-kafka/1.17.0/flink-connector-kafka-1.17.0.jar
130130
```
131131

132132
### Connect to Apache Flink SQL Client
133133

134134
Let's now connect to the Flink SQL Client with Kafka SQL client jars
135135
```
136-
msdata@pod-0 [ /opt/flink-webssh ]$ bin/sql-client.sh -j flink-connector-kafka-1.16.0.jar -j kafka-clients-3.2.0.jar
136+
msdata@pod-0 [ /opt/flink-webssh ]$ bin/sql-client.sh -j flink-connector-kafka-1.17.0.jar -j kafka-clients-3.2.0.jar
137137
```
138138

139139
### Create Kafka table on Apache Flink SQL

0 commit comments

Comments
 (0)