Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active October 24, 2024 17:11
Show Gist options
  • Select an option

  • Save wilmoore/e112a4b6464f4d240db42872fdcbe8ae to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/e112a4b6464f4d240db42872fdcbe8ae to your computer and use it in GitHub Desktop.
Software Engineering :: Cloud :: Microsoft Azure :: Event Hubs :: Apache Kafka

Software Engineering :: Cloud :: Microsoft Azure :: Event Hubs :: Apache Kafka

⪼ Made with 💜 by Polyglot.

Conceptually, Kafka and Event Hubs are very similar. They're both partitioned logs built for streaming data, whereby the client controls which part of the retained log it wants to read. The following table maps concepts between Kafka and Event Hubs.

Apache Kafka and Azure Event Hubs conceptual mapping

Kafka Concept Event Hubs Concept
Cluster Namespace
Topic An event hub
Partition Partition
Consumer Group Consumer Group
Offset Offset

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment