1. Introduction to Apache Kafka
- Kafka started as a tool for log processing at LinkedIn.
- It has evolved into a versatile distributed event streaming platform.
- Its design utilizes immutable append-only logs with configurable retention policies, making it useful beyond its original purpose.