Skip to content

Commit 8c16925

Browse files
authored
Updated as Flink 1.17
Updated as Flink 1.17
1 parent 091fb17 commit 8c16925

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/hdinsight-aks/flink/process-and-consume-data.md

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

99
# Using Apache Kafka® on HDInsight with Apache Flink® on HDInsight on AKS
@@ -12,7 +12,7 @@ ms.date: 10/27/2023
1212

1313
A well known use case for Apache Flink is stream analytics. The popular choice by many users to use the data streams, which are ingested using Apache Kafka. Typical installations of Flink and Kafka start with event streams being pushed to Kafka, which can be consumed by Flink jobs.
1414

15-
This example uses HDInsight on AKS clusters running Flink 1.16.0 to process streaming data consuming and producing Kafka topic.
15+
This example uses HDInsight on AKS clusters running Flink 1.17.0 to process streaming data consuming and producing Kafka topic.
1616

1717
> [!NOTE]
1818
> FlinkKafkaConsumer is deprecated and will be removed with Flink 1.17, please use KafkaSource instead.
@@ -39,7 +39,7 @@ Flink provides an [Apache Kafka Connector](https://nightlies.apache.org/flink/fl
3939
<dependency>
4040
<groupId>org.apache.flink</groupId>
4141
<artifactId>flink-connector-kafka</artifactId>
42-
<version>1.16.0</version>
42+
<version>1.17.0</version>
4343
</dependency>
4444
```
4545

0 commit comments

Comments
 (0)