Hi there,
I am just executing some KafkaTestCases on console. Zookeeper and Kafka brokers are started(I am seeing this in Ambari). There are 3 Zookeepers and 2 Kafka-Brokers are running.
I ran "bin/kafka-console-producer.sh --broker-list EdgeNodeAddress:xxxx --topic test21"
Note: EdgeNodeAddress is the console where i am issuing the producer console command
and
I ran " bin/kafka-console-consumer.sh --zookeeper zookeeperaddress:2181 --topic test21 --from-beginning"
As soon as i ran the Kafka-Console-Consumer.sh script, It keeps on generating message like
{metadata.broker.list=xxxxxxx2.xxxx:7903,xxxxxxxx2.xxxxxx:7903, request.timeout.ms=30000, client.id=console-consumer-1927, security.protocol=PLAINTEXT}
This message is keeps on generating until i stop it myself. It goes on like "while loop without meeting condition"
I troubleshooted zookeeper zkcli.sh to check if i could see the broker list(ls /brokers/ids) and it shows the broker ids [0,1]
I am not sure what is the issue.
Please share your knowledge on this ASAP. Thanks in advance.