avcaliani/kafka-in-docker

By avcaliani

Updated about 1 year ago

Simple Kafka instance using Docker.

Image
Message queues
Developer tools
0

187

avcaliani/kafka-in-docker repository overview

What is this image?

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


How to configure in your docker compose?
# docker-compose.yml
services:
    kafka-dev:
        image: avcaliani/kafka-in-docker
        container_name: kafka-dev
        ports:
            - 9092:9092 # Kafka
Docker Tags x Kafka Version
  • Tag 1.x.x → Kafka Version 4.x

Tag summary

Content type

Image

Digest

sha256:743879c25

Size

406.1 MB

Last updated

about 1 year ago

docker pull avcaliani/kafka-in-docker