Re: Kafka - is there a quorum a used for reading when min isrs greater than 1

2015-05-02 Thread Gwen Shapira
Hi, The leader always serves all requests. Replicas are used just for high availability (i.e to become leader if needed). On Fri, May 1, 2015 at 3:27 PM, Gomathivinayagam Muthuvinayagam < sankarm...@gmail.com> wrote: > I am just wondering if I have no of replicas as 3, and > if min.insync.replic

Kafka - is there a quorum a used for reading when min isrs greater than 1

2015-05-02 Thread Gomathivinayagam Muthuvinayagam
I am just wondering if I have no of replicas as 3, and if min.insync.replicas > 1, in that case does a read require from read quorum or just the leader always serves the read request? Thanks & Regards,