Hi All, I have a question on kafka setup. Suppose i have 3 node cluster and kafka brokers running on all the nodes (one on each node), on which node should i run the zookeeper ? Is it on one of the 3 nodes or on the node outside the 3 nodes as the zookeeper coordinates brokers.
Also where the producer and consumer processes need to be started? On the client machines other than the 3 node cluster or on one of the node which has kafka broker running ? What is the appropriate combination of configuring kafka brokers, producer, consumer and zookeeper on 3 node cluster ? Brief explanation from anyone is always appreciated. Thanks, Padma Ch