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

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

Kafka consumer cluster setup

2016-10-16 Thread sat
Hi, We are planning to run Kafka servers along with Zookeeper in 3 remote machines for our cluster setup. We have our application with Kafka Consumer and Publisher running in another/separate 2 machines. We will be configuring 1 or 2 out of 3 Kafka servers as bootstrap servers in Kafka