bdorville / docker-kafka

Apache Kafka cluster with Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apache Kafka cluster with Docker

This project demonstrates how to create a Kafka cluster using Docker containers.

It also contains sample producers and consumers.

Building

The Docker image can be built using the command:

$ docker build -t bdorville/kafka socker/kafka-node

Running

A Docker compose file is provided as a starting point to launch a simple single-node cluster. Running should be done as a background daemon.

About

Apache Kafka cluster with Docker

License:Apache License 2.0


Languages

Language:Scala 100.0%