Skip to content

Commit 3a697ff

Browse files
authored
Updated Flink 1.17 version
Updated Flink 1.17 version
1 parent b993eed commit 3a697ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/hdinsight-aks/flink/use-apache-nifi-with-datastream-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,10 @@ You can replace 2.4.1 with 3.2.0 in case you're using Kafka 3.2.0 on HDInsight,
197197
<properties>
198198
<maven.compiler.source>1.8</maven.compiler.source>
199199
<maven.compiler.target>1.8</maven.compiler.target>
200-
<flink.version>1.16.0</flink.version>
200+
<flink.version>1.17.0</flink.version>
201201
<java.version>1.8</java.version>
202202
<scala.binary.version>2.12</scala.binary.version>
203-
<kafka.version>2.4.1</kafka.version> ---> Replace 2.4.1 with 3.2.0 , in case you're using HDInsight Kafka 3.2.0
203+
<kafka.version>3.2.0</kafka.version> ---> Replace 2.4.1 with 3.2.0 , in case you're using HDInsight Kafka 3.2.0
204204
</properties>
205205
<dependencies>
206206
<!-- https://mvnrepository.com/artifact/org.apache.flink/flink-streaming-java -->

0 commit comments

Comments
 (0)