I have a java consumer connecting to kafka cluster(3 brokers) using broker1:9092. Then client will receive the metadata containing the brokers in the cluster and it will connect to any one of them. What happens if the broker1 itself is down, which is used by my consumer to connect and get the metadata info. How do i resolve this kind of scenario.
Can i point my java consumer to all the broker IPs and port ?