Created on 05-17-2016 12:28 PM - edited 09-16-2022 03:20 AM
Hi,
I'm testing Kafka sending messages by running below commands from seperate terminals.
bin/kafka-console-producer --broker-list localhost:9092 --topic kafkatest
This is a message
This is another message
On another terminal:
bin/kafka-console-consumer --zookeeper localhost:2181 --topic kafkatest --from-beginning
No brokers found in ZK.
Why the above messages don't show up on consumer terminal? This is CDH5.5.2 with Parcel deployment.
What am I missing on CDH/CM configurations?
Thanks very much,
Silaphet