What is ISR (In-Sync Replicas) in Kafka?
What is ISR?
ISR (In-Sync Replicas) is a fundamental concept in Kafka that represents a set of replicas that are in sync with the leader partition. This set includes the leader replica itself and all follower replicas that are actively syncing with t...
nootcode.hashnode.dev3 min read