Skip to content
producing

How to create a Kafka producer in Java

In this post, I will show you how to produce messages to Kafka from Java using the kafka-clients library. It takes less than 5 minutes and around 10 lines of code. Don't believe me? Keep reading. Running a Kafka cluster…

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