skip to Main Content
Getting Started

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…

Kafka Topics Explained

How Kafka topics help build scalable distributed systems. I'll explain what a Kafka topic is, how it works, what a topic partition is and how data replication in Kafka prevents data loss
Back To Top