Kafka - Fault Tolerance

Kafka Commit Log Messaging Process

Kafka - Fault Tolerance

About

Software Design - (Fault Tolerance|Resilience) in Kafka

  • Leader data stored in zookeeper
  • In-Sync replicas number (mini.insync.replicas) determine the number of replicas per partition which have to be in sync.





Discover More
Kafka Commit Log Messaging Process
Kafka - Partition

in Kafka Each partition is an: ordered, immutable sequence of records that is continually appended to—a structured commit log. The records in the partitions are each assigned a sequential...



Share this page:
Follow us:
Task Runner