Kafka configuration min.insync.replicas not working
问题 Its my early days in learning kafka. And I am checking out every kafka property/concept in my local machine. So I came across this property min.insync.replicas and here is my understanding. Please correct me if I've misunderstood anything. Once a message is sent to a topic, the message must be written to at least min.insync.replicas number of followers. min.insync.replicas also includes the leader. If number of available live brokers( indirectly, in sync replicas ) are less than the specified