Categories
Tags
253 words
1 minutes
Kafka Resource Recommendations
Book Recommendations
If I had to pick one book on Kafka, it would be Kafka: The Definitive Guide The simple reason being, it was written by one of the creators of Kafka. The content is helpful for both beginners and experts. The book touches on some important topics like, Kafka Internals, best practices and guidelines for application development based on Kafka, and how to run Kafka on production. Confluent is giving away a free copy
Another book I highly recommend is I Heart Logs written by Jay Kreps, one of the creators of Kafka. This books discusses the foundational concepts of Kafka, which is primarily a distributed commit-only log. Confluent is giving away a free copy See below for a link to a video on this topic.
Need a quick overview?
More in-depth explanation
- Article: The Log
- Article: Thorough Introduction to Apache Kafka
- Video: ETL Is Dead, Long Live Streams
- Deep dive into the workings of ConsumerGroups, Partition assignments/re-balancing etc., here’s a great talk from Gwen Shapria The Magical Rebalance Protocol of Apache Kafka