Skip to content

Commit a0b170b

Browse files
Merge pull request #226535 from spelluru/ehubkafkaseo0207
SEO improvements
2 parents 697e8b6 + e9542a8 commit a0b170b

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

articles/event-hubs/event-hubs-quickstart-kafka-enabled-event-hubs.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
title: 'Quickstart: Data streaming with Azure Event Hubs using the Kafka protocol'
3-
description: 'Quickstart: This article provides information on how to stream into Azure Event Hubs using the Kafka protocol and APIs.'
2+
title: 'Quickstart: Use Apache Kafka with Azure Event Hubs'
3+
description: 'This quickstart shows you how to stream data into and from Azure Event Hubs using the Apache Kafka protocol.'
44
ms.topic: quickstart
5-
ms.date: 11/02/2022
5+
ms.date: 02/07/2023
66
ms.custom: mode-other, passwordless-java
77
---
88

9-
# Quickstart: Data streaming with Event Hubs using the Kafka protocol
10-
11-
This quickstart shows how to stream into Event Hubs without changing your protocol clients or running your own clusters. You learn how to use your producers and consumers to talk to Event Hubs with just a configuration change in your applications.
9+
# Quickstart: Stream data with Azure Event Hubs and Apache Kafka
10+
This quickstart shows you how to stream data into and from Azure Event Hubs using the Apache Kafka protocol. You'll not change any code in the sample Kafka producer or consumer apps. You just update the configurations that the clients use to point to an Event Hubs namespace, which exposes a Kafka endpoint. You also don't build and use a Kafka cluster on your own. Instead, you'll use the Event Hubs namespace with the Kafka endpoint.
1211

1312
> [!NOTE]
1413
> This sample is available on [GitHub](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/quickstart/java)
@@ -24,7 +23,7 @@ To complete this quickstart, make sure you have the following prerequisites:
2423
* [Download](https://maven.apache.org/download.cgi) and [install](https://maven.apache.org/install.html) a Maven binary archive.
2524
* [Git](https://www.git-scm.com/)
2625

27-
## Create an Event Hubs namespace
26+
## Create an Azure Event Hubs namespace
2827

2928
When you create an Event Hubs namespace, the Kafka endpoint for the namespace is automatically enabled. You can stream events from your applications that use the Kafka protocol into event hubs. Follow step-by-step instructions in the [Create an event hub using Azure portal](event-hubs-create.md) to create an Event Hubs namespace. If you're using a dedicated cluster, see [Create a namespace and event hub in a dedicated cluster](event-hubs-dedicated-cluster-create-portal.md#create-a-namespace-and-event-hub-within-a-cluster).
3029

0 commit comments

Comments
 (0)