Skip to content

Commit 671ef64

Browse files
committed
SEO update
1 parent ded4e88 commit 671ef64

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

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

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
---
2-
title: Azure Event Hubs for Apache Kafka ecosystems
3-
description: Learn how Apache Kafka application developers can use Azure Event Hubs instead of building and using their own Kafka clusters.
2+
title: Use Azure Event Hubs to stream data from Apache Kafka apps
3+
description: Learn how to use Azure Event Hubs to stream data from Apache Kafka applications without setting up a Kafka cluster on your own.
44
ms.topic: overview
5-
ms.date: 02/01/2023
6-
keywords: "Kafka, Azure, topics, message-broker"
5+
ms.date: 02/03/2023
76
---
87

9-
# Azure Event Hubs for Apache Kafka ecosystems
10-
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.
8+
# Use Azure Event Hubs from Apache Kafka applications
9+
10+
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. This article provides detailed information on using Azure Event Hubs to stream data from [Apache Kafka](https://kafka.apache.org) applications without setting up a Kafka cluster on your own.
1111

1212
> [!NOTE]
1313
> Event Hubs for Kafka Ecosystems supports [Apache Kafka version 1.0](https://kafka.apache.org/10/documentation.html) and later.
1414
15-
This article provides detailed information on using Azure Event Hubs to stream data from [Apache Kafka](https://kafka.apache.org) applications without setting up a Kafka cluster on your own.
16-
1715
## Apache Kafka and Azure Event Hubs conceptual mapping
1816

1917
Conceptually, Kafka and Event Hubs are very similar. They're both partitioned logs built for streaming data, whereby the client controls which part of the retained log it wants to read. The following table maps concepts between Kafka and Event Hubs.

0 commit comments

Comments
 (0)