Re: Kafka consumer cluster setup

2016-10-19 Thread sat
Hi Ian, Thanks for the detailed explanation. Thanks and Regards A.SathishKumar > Hi > The client initially connects to the first Broker specified in > bootstrap.servers (if that’s > not available, it’ll connect to the next one on the list, and so on). When it > does so, it > is then given in

Re: Kafka consumer cluster setup

2016-10-17 Thread Ian Wrigley
Hi The client initially connects to the first Broker specified in bootstrap.servers (if that’s not available, it’ll connect to the next one on the list, and so on). When it does so, it is then given information about all the Brokers in the cluster, and it connects to all of them. Strictly speak