Re: Handling of uncommitted messages

2016-07-01 Thread Matthias J. Sax
ion about handling of uncommitted messages in Kafka. > > Lets say the partition has 4 replicas (1 leader, 3 followers) and all are > currently in sync. min.insync.replicas is set to 3 and > request.required.acks is set to all or -1. > > The producer send a message to the leader, th

Handling of uncommitted messages

2016-07-01 Thread Vikas Kumar
Hi, I have a question about handling of uncommitted messages in Kafka. Lets say the partition has 4 replicas (1 leader, 3 followers) and all are currently in sync. min.insync.replicas is set to 3 and request.required.acks is set to all or -1. The producer send a message to the leader