Skip to content

Commit e974dce

Browse files
authored
Update azure-event-hubs-kafka-overview.md
1 parent ed758e7 commit e974dce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/event-hubs/azure-event-hubs-kafka-overview.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ ms.date: 11/16/2023
99

1010
This article explains how you can use Azure Event Hubs to stream data from [Apache Kafka](https://kafka.apache.org) applications without setting up a Kafka cluster on your own.
1111

12+
> [!NOTE]
13+
> This feature is supported only in the **premium** and **dedicated** tiers.
14+
1215
## Overview
1316

1417
Azure Event Hubs provides an Apache Kafka endpoint on an event hub, which enables users to connect to the event hub using the Kafka protocol. You can often use an event hub's Kafka endpoint from your applications without any code changes. You modify only the configuration, that is, update the connection string in configurations to point to the Kafka endpoint exposed by your event hub instead of pointing to a Kafka cluster. Then, you can start streaming events from your applications that use the Kafka protocol into event hubs, which are equivalent to Kafka topics.
1518

1619
> [!NOTE]
17-
> - This feature is supported only in the **premium** and **dedicated** tiers.
18-
> - Event Hubs for Kafka Ecosystems supports [Apache Kafka version 1.0](https://kafka.apache.org/10/documentation.html) and later.
20+
> Event Hubs for Kafka Ecosystems supports [Apache Kafka version 1.0](https://kafka.apache.org/10/documentation.html) and later.
1921
2022
## Apache Kafka and Azure Event Hubs conceptual mapping
2123

0 commit comments

Comments
 (0)