Skip to content

Commit 7764927

Browse files
authored
Removed Storm related contents
Removed Storm related contents
1 parent 8702d75 commit 7764927

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/hdinsight/kafka/apache-kafka-introduction.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: 'Learn about Apache Kafka on HDInsight: What it is, what it does, a
44
ms.service: hdinsight
55
ms.topic: overview
66
ms.custom: hdinsightactive
7-
ms.date: 03/30/2022
7+
ms.date: 10/17/2022
88
#Customer intent: As a developer, I want to understand how Kafka on HDInsight is different from Kafka on other platforms.
99
---
1010

@@ -58,7 +58,7 @@ The following are common tasks and patterns that can be performed using Kafka on
5858
|---|---|
5959
|Replication of Apache Kafka data|Kafka provides the MirrorMaker utility, which replicates data between Kafka clusters. For information on using MirrorMaker, see [Replicate Apache Kafka topics with Apache Kafka on HDInsight](apache-kafka-mirroring.md).|
6060
|Publish-subscribe messaging pattern|Kafka provides a Producer API for publishing records to a Kafka topic. The Consumer API is used when subscribing to a topic. For more information, see [Start with Apache Kafka on HDInsight](apache-kafka-get-started.md).|
61-
|Stream processing|Kafka is often used with Apache Storm or Spark for real-time stream processing. Kafka 0.10.0.0 (HDInsight version 3.5 and 3.6) introduced a streaming API that allows you to build streaming solutions without requiring Storm or Spark. For more information, see [Start with Apache Kafka on HDInsight](apache-kafka-get-started.md).|
61+
|Stream processing|Kafka is often used with Spark for real-time stream processing. Kafka 0.10.0.0 (HDInsight version 3.5 and 3.6) introduced a streaming API that allows you to build streaming solutions without requiring Spark. For more information, see [Start with Apache Kafka on HDInsight](apache-kafka-get-started.md).|
6262
|Horizontal scale|Kafka partitions streams across the nodes in the HDInsight cluster. Consumer processes can be associated with individual partitions to provide load balancing when consuming records. For more information, see [Start with Apache Kafka on HDInsight](apache-kafka-get-started.md).|
6363
|In-order delivery|Within each partition, records are stored in the stream in the order that they were received. By associating one consumer process per partition, you can guarantee that records are processed in-order. For more information, see [Start with Apache Kafka on HDInsight](apache-kafka-get-started.md).|
6464
|Messaging|Since it supports the publish-subscribe message pattern, Kafka is often used as a message broker.|
@@ -76,4 +76,3 @@ Use the following links to learn how to use Apache Kafka on HDInsight:
7676

7777
* [Tutorial: Use Apache Spark with Apache Kafka on HDInsight](../hdinsight-apache-spark-with-kafka.md)
7878

79-
* [Tutorial: Use Apache Storm with Apache Kafka on HDInsight](../hdinsight-apache-storm-with-kafka.md)

0 commit comments

Comments
 (0)