Kafka: Replications and ISR
Dec 4, 2024 · 2 min read · In Apache Kafka, the replication factor refers to the number of copies (replicas) of a topic partition that are maintained across the Kafka cluster. ISR stands for In-Sync Replicas. It is the set of all replicas (including the leader replica) that ar...
Join discussion
