You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-hubs/apache-kafka-developer-guide.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
---
2
2
title: Apache Kafka developer guide for Event Hubs
3
3
description: This article provides links to articles that describe how to integrate your Kafka applications with Azure Event Hubs.
4
-
ms.date: 11/09/2022
4
+
ms.date: 12/18/2024
5
5
ms.topic: article
6
6
---
7
7
8
8
# Apache Kafka developer guide for Azure Event Hubs
9
9
This article provides links to articles that describe how to integrate your Apache Kafka applications with Azure Event Hubs.
10
10
11
11
## 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 your existing Kafka based applications can use 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)
13
13
14
14
## Quickstarts
15
15
You can find quickstarts in GitHub and in this content set that helps you quickly ramp up on Event Hubs for Kafka.
@@ -19,13 +19,13 @@ See the following quickstarts in the **azure-event-hubs-for-kafka** repo:
19
19
20
20
| Client language/framework | Description |
21
21
| ------------------------- | ----------- |
22
-
|[.NET](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/quickstart/dotnet)| <p>This quickstart will show how to create and connect to an Event Hubs Kafka endpoint using an example producer and consumer written in C# using .NET Core 2.0.</p><p>This sample is based on [Confluent's Apache Kafka .NET client](https://github.com/confluentinc/confluent-kafka-dotnet), modified for use with Event Hubs for Kafka.</p> |
23
-
|[Java](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/quickstart/java)| This quickstart will show how to create and connect to an Event Hubs Kafka endpoint using an example producer and consumer written in Java. |
24
-
|[Node.js](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/quickstart/node)| <p>This quickstart will show how to create and connect to an Event Hubs Kafka endpoint using an example producer and consumer written in Node.</p><p>This sample uses the [node-rdkafka](https://github.com/Blizzard/node-rdkafka) library. </p>|
25
-
|[Python](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/quickstart/python)| <p>This quickstart will show how to create and connect to an Event Hubs Kafka endpoint using an example producer and consumer written in python.</p><p>This sample is based on [Confluent's Apache Kafka Python client](https://github.com/confluentinc/confluent-kafka-python), modified for use with Event Hubs for Kafka.</p>|
26
-
|[Go](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/quickstart/go)| <p>This quickstart will show how to create and connect to an Event Hubs Kafka endpoint using an example producer and consumer written in Go.</p><p>This sample is based on [Confluent's Apache Kafka Golang client](https://github.com/confluentinc/confluent-kafka-go), modified for use with Event Hubs for Kafka.</p>|
27
-
|[Sarama kafka Go](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/quickstart/go-sarama-client)| This quickstart will show how to create and connect to an Event Hubs Kafka endpoint using an example producer and consumer written in Go using the [Sarama Kafka client](https://github.com/Shopify/sarama) library. |
28
-
|[Kafka](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/quickstart/kafka-cli)| This quickstart will show how to create and connect to an Event Hubs Kafka endpoint using the CLI that comes bundled with the Apache Kafka distribution.|
22
+
|[.NET](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/quickstart/dotnet)| <p>This quickstart shows how to create and connect to an Event Hubs Kafka endpoint using an example producer and consumer written in C# using .NET Core 2.0.</p><p>This sample is based on [Confluent's Apache Kafka .NET client](https://github.com/confluentinc/confluent-kafka-dotnet), modified for use with Event Hubs for Kafka.</p> |
23
+
|[Java](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/quickstart/java)| This quickstart shows how to create and connect to an Event Hubs Kafka endpoint using an example producer and consumer written in Java. |
24
+
|[Node.js](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/quickstart/node)| <p>This quickstart shows how to create and connect to an Event Hubs Kafka endpoint using an example producer and consumer written in Node.</p><p>This sample uses the [node-rdkafka](https://github.com/Blizzard/node-rdkafka) library. </p>|
25
+
|[Python](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/quickstart/python)| <p>This quickstart shows how to create and connect to an Event Hubs Kafka endpoint using an example producer and consumer written in python.</p><p>This sample is based on [Confluent's Apache Kafka Python client](https://github.com/confluentinc/confluent-kafka-python), modified for use with Event Hubs for Kafka.</p>|
26
+
|[Go](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/quickstart/go)| <p>This quickstart shows how to create and connect to an Event Hubs Kafka endpoint using an example producer and consumer written in Go.</p><p>This sample is based on [Confluent's Apache Kafka Golang client](https://github.com/confluentinc/confluent-kafka-go), modified for use with Event Hubs for Kafka.</p>|
27
+
|[Sarama kafka Go](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/quickstart/go-sarama-client)| This quickstart shows how to create and connect to an Event Hubs Kafka endpoint using an example producer and consumer written in Go using the [Sarama Kafka client](https://github.com/Shopify/sarama) library. |
28
+
|[Kafka](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/quickstart/kafka-cli)| This quickstart shows how to create and connect to an Event Hubs Kafka endpoint using the CLI that comes bundled with the Apache Kafka distribution.|
29
29
|[kcat](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/quickstart/kafkacat)| kcat is a non-JVM command-line consumer and producer based on librdkafka, popular due to its speed and small footprint. This quickstart contains a sample configuration and several simple sample kafkacat commands. |
30
30
31
31
### Quickstarts in DOCS
@@ -40,17 +40,17 @@ See the following tutorials on GitHub:
40
40
| Tutorial | Description |
41
41
| ------------------------- | ----------- |
42
42
|[Akka](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials/akka/java)| This tutorial shows how to connect Akka Streams to Kafka-enabled Event Hubs without changing your protocol clients or running your own clusters. There are two separate tutorials using **Java** and **Scala** programming languages. |
43
-
|[Connect](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials/connect)| This document will walk you through integrating Kafka Connect with Azure Event Hubs and deploying basic FileStreamSource and FileStreamSink connectors. While these connectors are not meant for production use, they demonstrate an end-to-end Kafka Connect Scenario where Azure Event Hubs masquerades as a Kafka broker.|
44
-
|[Filebeat](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials/filebeat)| This document will walk you through integrating Filebeat and Event Hubs via Filebeat's Kafka output. |
45
-
|[Flink](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials/flink)| This tutorial will show how to connect Apache Flink to Kafka-enabled Event Hubs without changing your protocol clients or running your own clusters. |
46
-
|[FluentD](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials/fluentd)| This document will walk you through integrating Fluentd and Event Hubs using the `out_kafka` output plugin for Fluentd. |
43
+
|[Connect](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials/connect)| This document walks you through integrating Kafka Connect with Azure Event Hubs and deploying basic FileStreamSource and FileStreamSink connectors. While these connectors aren't meant for production use, they demonstrate an end-to-end Kafka Connect Scenario where Azure Event Hubs masquerades as a Kafka broker.|
44
+
|[Filebeat](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials/filebeat)| This document walks you through integrating Filebeat and Event Hubs via Filebeat's Kafka output. |
45
+
|[Flink](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials/flink)| This tutorial shows how to connect Apache Flink to Kafka-enabled Event Hubs without changing your protocol clients or running your own clusters. |
46
+
|[FluentD](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials/fluentd)| This document walks you through integrating Fluentd and Event Hubs using the `out_kafka` output plugin for Fluentd. |
47
47
|[Interop](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials/interop)| This tutorial shows you how to exchange events between consumers and producers using different protocols. |
48
-
|[Logstash](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials/logstash)| This tutorial will walk you through integrating Logstash with Kafka-enabled Event Hubs using Logstash Kafka input/output plugins. |
48
+
|[Logstash](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials/logstash)| This tutorial walks you through integrating Logstash with Kafka-enabled Event Hubs using Logstash Kafka input/output plugins. |
49
49
|[MirrorMaker](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials/mirror-maker)| This tutorial shows how an event hub and Kafka MirrorMaker can integrate an existing Kafka pipeline into Azure by mirroring the Kafka input stream in the Event Hubs service. |
50
-
|[NiFi](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials/nifi)| This tutorial will show how to connect Apache NiFi to an Event Hubs namespace. |
50
+
|[NiFi](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials/nifi)| This tutorial shows how to connect Apache NiFi to an Event Hubs namespace. |
51
51
|[OAuth](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials/oauth)| Quickstarts show you how to create and connect to an Event Hubs Kafka endpoint using an example producer and consumer written in Go and Java programming languages. |
52
-
|[Confluent's Schema Registry](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials/schema-registry)| This tutorial will walk you through integrating Schema Registry and Event Hubs for Kafka. |
53
-
|[Spark](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials/spark)| This tutorial will show how to connect your Spark application to an event hub without changing your protocol clients or running your own Kafka clusters. |
52
+
|[Confluent's Schema Registry](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials/schema-registry)| This tutorial walks you through integrating Schema Registry and Event Hubs for Kafka. |
53
+
|[Spark](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials/spark)| This tutorial shows how to connect your Spark application to an event hub without changing your protocol clients or running your own Kafka clusters. |
54
54
55
55
### Tutorials in DOCS
56
56
Also, see the tutorial: [Process Apache Kafka for Event Hubs events using Stream analytics](event-hubs-kafka-stream-analytics.md) in this content set, which shows how to stream data into Event Hubs and process it with Azure Stream Analytics.
Copy file name to clipboardExpand all lines: articles/event-hubs/apache-kafka-frequently-asked-questions.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ sections:
15
15
- question: |
16
16
Does Azure Event Hubs run on Apache Kafka?
17
17
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.
19
19
20
20
- question: |
21
21
Event Hubs consumer group vs. Kafka consumer group
@@ -40,7 +40,7 @@ sections:
40
40
- question: |
41
41
Does Azure Event Hubs for Apache Kafka support shared access signature token authentication?
42
42
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.
44
44
45
45
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.
0 commit comments