Basic concepts in Apache Kafka

To work with Apache Kafka, you need to understand some basic concepts about: Producer Consumer Broker Cluster Topic Topic Partitions Partition Offset Consumer Group Producer Producers are applications that produce data and send data to Apache Kafka Server. This data will be formatted messages, sent… Read More

Install Apache Kafka on macOS

In this tutorial, I will show you how to install Apache Kafka in macOS! First, you need to go to Apache Kafka’s Download page https://kafka.apache.org/downloads to download its latest version! Please download the latest binary version. After the download is complete, please unzip this download… Read More