How to get started with Apache Kafka in 5 minutes
In this post, I will show you how to run an Apache Kafka cluster on your machine and how to: create a topic that will keep our data produce messages to topic and consume those records using only the CLI…