Description
Hi... I am managing a 16 node cluster in which I have 3 Nodes for Kafka running with 2.10.0.9.0.1 and 3 Nodes with Zookeeper.
I launched 2 Server Consoles for the same kafka host.
In the first one I ran : ./kafka-console-producer.sh --broker-list localhost:6667 --topic Srikiran3_test
In the second console I ran: ../kafka-console-consumer.sh --bootstrap-server Brokerserver1:6667,Brokerserver2:6667,Brokerserver3:6667 --topic Srikiran3_test
and I am getting the below error:
Missing required argument "[zookeeper]"
However, when I try the second console with --zookeeper & zookeeperhost:port I am able to see the input given in Console 1.
Can you please advice if there is any specific setting which should be taken care to run the Console Consumer with Bootstrap-server.
We are using Ambari to manage the Environment.
Thank you.