kafka broker is failing to start
I have done setup of a multi node kafka cluster on centos 7 in GCP. There are three node for kafka broker and one node is for zookeeper. I tested Zookeeper was running well. After changing the kafka broker server.properties file i started one of kafka broker but it was failing to start. I am getting error like...........
INFO Socket error occurred: zookeeper.us-central1-a.c.kafkacluster-297911.internal/10.128.0.9:2181:
Tagged:
Comments
I am able to resolve this error, My zookeeper was running on terminal and not in background so it was stopped after pressing CTRL+C key. I started zookeeper and was able to run kafka broker successfully.