The official CLI utility for consuming messages from Kafka topics is kafka-console-consumer.sh. It connects to the broker, consumes messages, and prints them to standard output.
FromKafka CLI Tools Documentation:
"kafka-console-consumer.sh is used to read data from a Kafka topic and write it to standard output."
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit