Skip to content

Commit 1bd7c9a

Browse files
authored
Removed storm related contents
Removed storm related contents
1 parent b12561b commit 1bd7c9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/hdinsight/kafka/apache-kafka-streams-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Tutorial - Learn how to use the Apache Kafka Streams API with Kafka
44
ms.service: hdinsight
55
ms.topic: tutorial
66
ms.custom: hdinsightactive
7-
ms.date: 08/23/2022
7+
ms.date: 11/17/2022
88
#Customer intent: As a developer, I need to create an application that uses the Kafka streams API with Kafka on HDInsight
99
---
1010

@@ -14,7 +14,7 @@ Learn how to create an application that uses the Apache Kafka Streams API and ru
1414

1515
The application used in this tutorial is a streaming word count. It reads text data from a Kafka topic, extracts individual words, and then stores the word and count into another Kafka topic.
1616

17-
Kafka stream processing is often done using Apache Spark or Apache Storm. Kafka version 1.1.0 (in HDInsight 3.5 and 3.6) introduced the Kafka Streams API. This API allows you to transform data streams between input and output topics. In some cases, this may be an alternative to creating a Spark or Storm streaming solution.
17+
Kafka stream processing is often done using Apache Spark. Kafka version 1.1.0 (in HDInsight 3.5 and 3.6) introduced the Kafka Streams API. This API allows you to transform data streams between input and output topics.
1818

1919
For more information on Kafka Streams, see the [Intro to Streams](https://kafka.apache.org/10/documentation/streams/) documentation on Apache.org.
2020

0 commit comments

Comments
 (0)