docker-kafka-zookeeper
docker-kafka-zookeeper copied to clipboard
Docker image for Kafka (0.10.x - 0.11.x - 1.x, 2.x) message broker including Zookeeper
When I execute `docker build .` I get following error ```bash [+] Building 6.8s (6/15) docker:desktop-linux => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 1.39kB 0.0s...
Now that Apple M1 (Apple Silicon) Macs are becoming more common, it is desirable to have tools like this support both `amd64` and `arm64` images. This PR adds a `Makefile`...
Hi! How to use SASL mechanism? Does the image have some environment values for usage of this?
The container is failing to start as a fargate task with following logs, **2022-03-21T14:04:31.833Z Num Partitions: 10 2022-03-21T14:04:31.838Z default number of partition: 10 2022-03-21T14:04:32.790Z 2022-03-21 14:04:32,789 WARN received SIGTERM indicating...
When setting `AUTO_CREATE_TOPICS=false` and inspecting the `server.properties` in the Docker container I noticed the `"\n"` gets printed in the file as is. `>>` will automatically add a newline for us...
In this docker image, new topics are not created automatically. How do I set auto.create.topics.enable=true in this docker image so that new topics are created automatically?
Hi, I really want to be able to use this docker image with https://github.com/testcontainers/testcontainers-rs but the problem is the ports will be randomly mapped for me and it seems like...