Please enable JavaScript.
Coggle requires JavaScript to display documents.
Apache Kafka - Coggle Diagram
Apache Kafka
Apache Kafka Series
Learn Apache Kafka for Beginners
Kafka Introduction
Created by LinkedIn
Distributed, resilient architecture, fault tolerant
Horizontal scalability
100s of brokers
Millions of messages / second
High performance - realtime
Decoupling of data streams and systems
Kafka Theory
Topics, partitions and offsets
Topics
Partitions
Offsets
Brokers
Topic replication factor
Leader for a Partition
Producers
Message Keys
Consumers
Consumer Groups
Consumer Offsets
Kafka Streams for Data Processing