Re: Data loss in Kafka.

2016-06-22 Thread Madhukar Bharti
ail.com> > wrote: > > > Hi All, > > > > We have seen data loss in Kafka, once we restarted the cluster. > > > > We have 3 Brokers in a cluster. In order to prevent data loss we have > > configured *min.insync.replicas=2* for all topics. > > Initially,

Re: Data loss in Kafka.

2016-06-22 Thread Dustin Cote
apache.org/documentation.html#design_uncleanleader Regards, On Wed, Jun 22, 2016 at 10:49 AM, Madhukar Bharti wrote: > Hi All, > > We have seen data loss in Kafka, once we restarted the cluster. > > We have 3 Brokers in a cluster. In order to prevent data loss we have > configured

Data loss in Kafka.

2016-06-22 Thread Madhukar Bharti
Hi All, We have seen data loss in Kafka, once we restarted the cluster. We have 3 Brokers in a cluster. In order to prevent data loss we have configured *min.insync.replicas=2* for all topics. Initially, when all brokers(1,2,3) are live we produced few messages(say 50 messages). Now we killed