Apache Kafka: Installation & Quick Start

In this tutorial, you'll learn how to install Apache Kafka and configure a cluster with three Kafka brokers. Additionally, you'll learn how to create a topic, produce messages to that topic, and consume messages from that topic using Kafka's command line tools.

Apache Kafka: An Introduction

A brief introduction to Apache Kafka, an open-source distributed data streaming platform for developing real-time data pipelines and data streaming applications.