Skip to content

Commit 12cf14d

Browse files
committed
Include Apache in the file name
1 parent efa5a5f commit 12cf14d

26 files changed

+35
-33
lines changed

articles/event-hubs/.openpublishing.redirection.event-hubs.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"redirections": [
3-
{
3+
{
4+
"source_path": "sazure-event-hubs-kafka-overview.md",
5+
"redirect_url": "/azure/event-hubs/azure-event-hubs-apache-kafka-overview",
6+
"redirect_document_id": false
7+
},
8+
{
49
"source_path": "send-and-receive-events-using-data-generator.md",
510
"redirect_url": "/azure/event-hubs/event-hubs-data-explorer",
611
"redirect_document_id": false

articles/event-hubs/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- name: What is Event Hubs?
66
href: event-hubs-about.md
77
- name: Apache Kafka on Azure Event Hubs
8-
href: azure-event-hubs-kafka-overview.md
8+
href: azure-event-hubs-apache-kafka-overview.md
99
- name: Schema Registry
1010
href: schema-registry-overview.md
1111
- name: Terminology

articles/event-hubs/apache-kafka-developer-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: article
99
This article provides links to articles that describe how to integrate your Apache Kafka applications with Azure Event Hubs.
1010

1111
## Overview
12-
Event Hubs provides a Kafka endpoint that can be used by your existing Kafka based applications as an alternative to running your own Kafka cluster. Event Hubs works with many of your existing Kafka applications. For more information, see [Event Hubs for Apache Kafka](azure-event-hubs-kafka-overview.md)
12+
Event Hubs provides a Kafka endpoint that can be used by your existing Kafka based applications as an alternative to running your own Kafka cluster. Event Hubs works with many of your existing Kafka applications. For more information, see [Event Hubs for Apache Kafka](azure-event-hubs-apache-kafka-overview.md)
1313

1414
## Quickstarts
1515
You can find quickstarts in GitHub and in this content set that helps you quickly ramp up on Event Hubs for Kafka.

articles/event-hubs/apache-kafka-frequently-asked-questions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ sections:
1515
- question: |
1616
Does Azure Event Hubs run on Apache Kafka?
1717
answer: |
18-
No. Azure Event Hubs is a cloud-native multi-tier broker with support for multiple protocols that is developed and maintained by Microsoft and doesn't use any Apache Kafka code. One of the supported protocols is the Kafka RPC protocol for the Kafka client's consumer and producer APIs. Event Hubs works with many of your existing Kafka applications. For more information, see [Event Hubs for Apache Kafka](azure-event-hubs-kafka-overview.md). Because the concepts of Apache Kafka and Azure Event Hubs are very similar (but not identical), we're able to offer the unmatched reliability of Azure Event Hubs to customers with existing Apache Kafka investments.
18+
No. Azure Event Hubs is a cloud-native multi-tier broker with support for multiple protocols that is developed and maintained by Microsoft and doesn't use any Apache Kafka code. One of the supported protocols is the Kafka RPC protocol for the Kafka client's consumer and producer APIs. Event Hubs works with many of your existing Kafka applications. For more information, see [Event Hubs for Apache Kafka](azure-event-hubs-apache-kafka-overview.md). Because the concepts of Apache Kafka and Azure Event Hubs are very similar (but not identical), we're able to offer the unmatched reliability of Azure Event Hubs to customers with existing Apache Kafka investments.
1919
2020
- question: |
2121
Event Hubs consumer group vs. Kafka consumer group
@@ -40,7 +40,7 @@ sections:
4040
- question: |
4141
Does Azure Event Hubs for Apache Kafka support shared access signature token authentication?
4242
answer: |
43-
Authenticating by using [OAuth 2.0 and shared access signature](azure-event-hubs-kafka-overview.md#security-and-authentication) is supported.
43+
Authenticating by using [OAuth 2.0 and shared access signature](azure-event-hubs-apache-kafka-overview.md#security-and-authentication) is supported.
4444
4545
Shared access signature tokens are [generated](authenticate-shared-access-signature.md#generate-a-shared-access-signature-token) by using an authorization rule and one of its signing keys. It isn't supported when using the Event Hubs for Apache Kafka endpoint.
4646

articles/event-hubs/apache-kafka-migration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 09/20/2021
66
---
77

88
# Migrate to Azure Event Hubs for Apache Kafka Ecosystems
9-
Azure Event Hubs exposes an Apache Kafka endpoint, which enables you to connect to Event Hubs using the Kafka protocol. By making minimal changes to your existing Kafka application, you can connect to Azure Event Hubs and reap the benefits of the Azure ecosystem. Event Hubs works with many of your existing Kafka applications, including MirrorMaker. For more information, see [Event Hubs for Apache Kafka](azure-event-hubs-kafka-overview.md)
9+
Azure Event Hubs exposes an Apache Kafka endpoint, which enables you to connect to Event Hubs using the Kafka protocol. By making minimal changes to your existing Kafka application, you can connect to Azure Event Hubs and reap the benefits of the Azure ecosystem. Event Hubs works with many of your existing Kafka applications, including MirrorMaker. For more information, see [Event Hubs for Apache Kafka](azure-event-hubs-apache-kafka-overview.md)
1010

1111
## Pre-migration
1212

articles/event-hubs/apache-kafka-streams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This article provides details on how to us the [Kafka Streams](https://kafka.apa
1717

1818
Apache Kafka Streams is a Java only client library that provides a framework for processing of streaming data and building real-time applications against the data stored in Kafka topics. All the processing is scoped to the client, while Kafka topics act as the data store for intermediate data, before the output is written to the destination topic.
1919

20-
Event Hubs provides a Kafka endpoint to be used with your existing Kafka client applications as an alternative to running your own Kafka cluster. Event Hubs works with many of your existing Kafka applications. For more information, see [Event Hubs for Apache Kafka](azure-event-hubs-kafka-overview.md).
20+
Event Hubs provides a Kafka endpoint to be used with your existing Kafka client applications as an alternative to running your own Kafka cluster. Event Hubs works with many of your existing Kafka applications. For more information, see [Event Hubs for Apache Kafka](azure-event-hubs-apache-kafka-overview.md).
2121

2222
## Using Kafka Streams with Azure Event Hubs
2323

articles/event-hubs/apache-kafka-transactions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 04/29/2024
1010
This article provides detail on how to use the [Apache Kafka](https://kafka.apache.org/) transactional API with Azure Event Hubs.
1111

1212
## Overview
13-
Event Hubs provides a Kafka endpoint that can be used by your existing Kafka client applications as an alternative to running your own Kafka cluster. Event Hubs works with many of your existing Kafka applications. For more information, see [Event Hubs for Apache Kafka](azure-event-hubs-kafka-overview.md).
13+
Event Hubs provides a Kafka endpoint that can be used by your existing Kafka client applications as an alternative to running your own Kafka cluster. Event Hubs works with many of your existing Kafka applications. For more information, see [Event Hubs for Apache Kafka](azure-event-hubs-apache-kafka-overview.md).
1414

1515
This document focuses on how to use Kafka’s transactional API with Azure Event Hubs seamlessly.
1616

articles/event-hubs/authorize-access-azure-active-directory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The following list describes the levels at which you can scope access to Event H
5050

5151
> [!NOTE]
5252
> - Keep in mind that Azure role assignments might take up to five minutes to propagate.
53-
> - This content applies to both Event Hubs and Event Hubs for Apache Kafka. For more information on Event Hubs for Kafka support, see [Event Hubs for Kafka - security and authentication](azure-event-hubs-kafka-overview.md#security-and-authentication).
53+
> - This content applies to both Event Hubs and Event Hubs for Apache Kafka. For more information on Event Hubs for Kafka support, see [Event Hubs for Kafka - security and authentication](azure-event-hubs-apache-kafka-overview.md#security-and-authentication).
5454
5555

5656
For more information about how built-in roles are defined, see [Understand role definitions](../role-based-access-control/role-definitions.md#control-and-data-actions). For information about creating Azure custom roles, see [Azure custom roles](../role-based-access-control/custom-roles.md).

articles/event-hubs/authorize-access-event-hubs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Azure Event Hubs offers the following options for authorizing access to secure r
1616
- Shared access signature
1717

1818
> [!NOTE]
19-
> This article applies to both Event Hubs and [Apache Kafka](azure-event-hubs-kafka-overview.md) scenarios.
19+
> This article applies to both Event Hubs and [Apache Kafka](azure-event-hubs-apache-kafka-overview.md) scenarios.
2020
2121

2222
## Microsoft Entra ID

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
---
2-
title: Introduction to Apache Kafka in Event Hubs on Azure Cloud
2+
title: Azure Event Hubs for Apache Kafka
33
description: Learn what Apache Kafka in Azure Event Hubs is and how to use it to stream data from Apache Kafka applications without setting up a Kafka cluster on your own.
44
ms.topic: overview
55
ms.date: 12/12/2024
66
# Customer intent: How does Azure Event Hubs support the Apache Kafka protocol?
77
---
88

99
# What is Azure Event Hubs for Apache Kafka?
10-
1110
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.
1211

13-
14-
1512
## Overview
1613

1714
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.

0 commit comments

Comments
 (0)