The main entry point for code related to the book is the official Kafka-In-Action-Source-Code repository .
While the official repo is Java-focused, the community has built multi-language and scenario-driven "in action" repos. Below are the most valuable ones. kafka in action github
: Writing Java applications to send and read event streams. The main entry point for code related to
If you are reading Kafka in Action (by Dylan Scott, Viktor Gamov, and Dave Klein), the source code is essential for following along with the examples. : Writing Java applications to send and read event streams
The is the most solid starting point for engineers following the Manning book. However, for pure self-learners :
The "paper" or curriculum of the book focuses on moving from local setup to production-ready skills. Part 1: Getting Started
A high-quality GitHub repository for learning Kafka should include the following elements:
| |||||||||||