Replication

This lesson discusses how Kafka replicates data and provides durable and reliable storage.

We'll cover the following

Replication is one of the cornerstone features of Kafka. It is the mechanism that allows Kafka to advertise availability and durability in the face of inevitable individual node failures. Kafka has topics, which consist of partitions and these partitions have replicas of themselves hosted on different brokers. Generally, each broker has several hundred or thousand partitions hosted at any given time.

Get hands-on with 1200+ tech skills courses.