Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 470 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 470 Bytes

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.