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 1 year ago
JSON representation
Compose file for starting Kafka and Zookeeper using the Strimzi images
- Host: GitHub
- URL: https://github.com/scholzj/strimzi-compose-up
- Owner: scholzj
- License: apache-2.0
- Created: 2019-05-03T14:54:14.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-01-02T00:38:35.000Z (over 1 year ago)
- Last Synced: 2025-03-27T09:13:09.654Z (over 1 year ago)
- Topics: apache-kafka, docker-compose, kafka, strimzi
- Size: 26.4 KB
- Stars: 22
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.45.0 / Apache Kafka 3.9.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`.