Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not Able To Read Messages via Console Consumer when using --bootstrap-server #55

Open
srikiranp opened this issue Aug 7, 2018 · 0 comments

Comments

@srikiranp
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant