Skip to content

scholzj/strimzi-compose-up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

Compose file for starting Apache Kafka cluster using the Strimzi container images

This repository contains a Docker Compose YAML file which allows you to start local Apache Kafka cluster. It uses the Strimzi container images and is currently based on Strimzi 0.46.0 / Apache Kafka 4.0.0. As Kafka 4.0.0 does not support ZooKeeper anymore, there is only a KRaft based compose file. If you want to use ZooKeeper, check the 0.45.0 tag which is based on Strimzi 0.45.0 and Apache Kafka 3.9.0 and still has ZooKeeper support as well.

Usage

After installing Docker / Docker Compose on your machine, run docker compose up to start the Kafka broker. To shut it down, run docker compose down.

About

Compose file for starting Kafka and Zookeeper using the Strimzi images

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published