I have the following configuration in Kafka cluster : 3 server where 3 brokers each are running (in all 9 brokers). Each server has 1 instance of Zookeeper running.
When Kafka cluster is coming up, I don't want any producers and consumers to connect to any brokers until the cluster is fully up. Is there an api to monitor start up state of Kafka cluster (can be kafka api or most likely Zookeeper api) remotely by producers and consumers ? Thanks Medha