Skip to content

Commit e9f5b3e

Browse files
authored
Merge pull request #226247 from spelluru/ehubkafkaseo0203
Include Azure for SEO
2 parents 8d50034 + b99aa85 commit e9f5b3e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

articles/event-hubs/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
items:
55
- name: What is Event Hubs?
66
href: event-hubs-about.md
7-
- name: Event Hubs for Apache Kafka
7+
- name: Azure Event Hubs for Apache Kafka
88
href: azure-event-hubs-kafka-overview.md
99
- name: Azure Schema Registry in Event Hubs
1010
href: schema-registry-overview.md

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)