Console Client
We are going to look how to use Kafka from command line.
Create topic
The first thing we need to do is to create a topic.
List topics
When there are existing topics in Kafka, we can list them.
Produce messages
We are going to send couple of messages into Kafka.
Consume messages
Now we need to start consumer that will read messages from the topic.
Last updated