kafka-kraft-docker

A docker image for Kafka without requiring Zookeeper.

For more information about the Kafka running in KRaft mode check out the introductory blog post.

Getting started

Run with Docker

docker run -p 9092:9092 -d bashj79/kafka-kraft

Check out Docker Hub for further details.