Apache Kafka Internals - Part 2: How Kafka Stores Data : Segments, Indexes and Offsets
In Part 1, we established an important mental model:
A Kafka topic is divided into partitions, and each partition is an ordered, append-only log.
But this raises a deeper question:
What does that lo
ruchirstechblogs.hashnode.dev9 min read