Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scholzj/strimzi-compose-up

Compose file for starting Kafka and Zookeeper using the Strimzi images
https://github.com/scholzj/strimzi-compose-up

apache-kafka docker-compose kafka strimzi

Last synced: about 2 months ago
JSON representation

Compose file for starting Kafka and Zookeeper using the Strimzi images

Awesome Lists containing this project

README

        

# Compose file for starting Kafka and Zookeeper using the Strimzi images

This repository contains a Docker Compose YAML file which allows you to start local Zookeeper and Kafka using the broker images.
It uses the Strimzi container images and is currently based on Strimzi 0.44.0 / Apache Kafka 3.8.0.
You can also use the [`./kraft`](./kraft/) subdirectory to run Kafka with the _Kraft_ mode (without ZooKeeper).

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`.