Skip to content

Commit dd42090

Browse files
committed
embed youtube video
1 parent f6e9a48 commit dd42090

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/event-hubs/event-hubs-for-kafka-ecosystem-overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ ms.author: shvija
1616
# Use Azure Event Hubs from Apache Kafka applications
1717
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 supports [Apache Kafka protocol 1.0 and later](https://kafka.apache.org/documentation/), and works with your existing Kafka applications, including MirrorMaker.
1818

19+
> [!VIDEO https://www.youtube.com/watch?v=UE1WgB96_fc]
20+
1921
## What does Event Hubs for Kafka provide?
2022

2123
The Event Hubs for Kafka feature provides a protocol head on top of Azure Event Hubs that is binary compatible with Kafka versions 1.0 and later for both reading from and writing to Kafka topics. You may start using the Kafka endpoint from your applications with no code change but a minimal configuration change. You update the connection string in configurations to point to the Kafka endpoint exposed by your event hub instead of pointing to your Kafka cluster. Then, you can start streaming events from your applications that use the Kafka protocol into Event Hubs. This integration also supports frameworks like [Kafka Connect](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials/connect), which is currently in preview.

0 commit comments

Comments
 (0)