Simple Kafka instance using Docker.
187
My goal with this image is to have a Kafka template that I can setup locally and use it in other projects as well, so I don't have to copy/paste not maintaing this code/configs in every repo I need a local kafka instance.
I hope this can be useful to you too.
I really tried to create things in a simpler and very well documented way.
Plus, I've already left a simple script that will propagate some data for you, so you can start doing some test faster.
All the details can be found in my GitHub repository 👉 avcaliani/kafka-in-docker
# docker-compose.yml
services:
kafka-dev:
image: avcaliani/kafka-in-docker
container_name: kafka-dev
ports:
- 9092:9092 # Kafka
1.x.x → Kafka Version 4.xContent type
Image
Digest
sha256:743879c25…
Size
406.1 MB
Last updated
about 1 year ago
docker pull avcaliani/kafka-in-docker