scholzj / getting-started-with-apache-kafka

Getting Started with Apache Kafka
Apache License 2.0
17 stars 8 forks source link

Getting Started with Apache Kafka

This repository contains the demo for the DevNation Live tech talk about Getting Started with Apache Kafka.

Getting started with Apache Kafka | DevNation Live

Clone this repository

Download and installing Kafka

Start Zookeeper and Kafka

Create a topic

Send and receive messages using CLI

Send and receive messages using Java

Send and receive messages using Spring

Send and receive messages using Python

Send and receive messages using Javascript