- Motivation & Customer Use Cases
- Why is it relevant?
- Some interesting use cases our customers solve with Kafka
- Apache Kafka core concepts
- Broker
- Producer
- Consumers, consumer offsets
- Topics, Partitions, Replication
- The (commit) log and streams
- High level architecture
- ZooKeeper
- How Kafka Works
- Partition Leadership & Replication
- Data Retention Policy
- Producer Design & Guarantees
- Delivery Guarantees, Idempotent Producers, EOS
- Partition Strategies
- Consumer Groups and Consumer Rebalances
- Topic Compaction
- Troubleshooting
- Security Overview
- Integrating Kafka into your Environment
- REST-Proxy
- Schema-Registry
- Kafka Connect
- Kafka Streams