Skip to content

Commit b99aa85

Browse files
committed
Update it to match the GitHub repo
1 parent 67bcf0d commit b99aa85

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
2-
title: Apache Kafka apps using Azure Event Hubs
2+
title: Azure Event Hubs for Apache Kafka ecosystems
33
description: Learn how Apache Kafka application developers can use Azure Event Hubs instead of building and using their own Kafka clusters.
44
ms.topic: overview
55
ms.date: 02/01/2023
66
keywords: "Kafka, Azure, topics, message-broker"
77
---
88

9-
# Apache Kafka applications using Azure Event Hubs
10-
9+
# Azure Event Hubs for Apache Kafka ecosystems
1110
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.
1211

1312
> [!NOTE]

0 commit comments

Comments
 (0)