kafka-stack-docker-compose
kafka-stack-docker-compose copied to clipboard
docker compose files to create a fully working kafka stack
Using this pretty much as is: https://github.com/conduktor/kafka-stack-docker-compose/blob/master/zk-single-kafka-single.yml Just added volumes under kafka1. volumes: - ./zk-single-kafka-single/kafka1/data:/var/lib/kafka/data Getting this error: ``` ===> User uid=1000(appuser) gid=1000(appuser) groups=1000(appuser) ===> Configuring ... ===> Running preflight...
```DOCKER_HOST_IP``` has a default environment variable. ``` ${DOCKER_HOST_IP:-127.0.0.1} ``` It will create problems in multiple Kafka if you didn't specify ```DOCKER_HOST_IP```. ```KAFKA_ADVERTISED_LISTENERS``` will be ```127.0.0.1:9092 , 127.0.0.1:9093, 127.0.0.1:9094``` and if...
Hi I just wondered why not using host.docker.internal in the YAML files to avoid any need to export the current host IP For windows at least I ask this question...
Would it be possible to add healthcheck support? I'm trying to run the single instance of zookeeper and kafka (`zk-single-kafka-single.yml`) on github actions. It seems like it's not waiting for...
I am using this file in my project . but amazon linux 2 throw an error. so i find this solution
I don't have an but a question. I wont to know if you plan deliver container with Kafka-Raft and a guide to migrate from Zookeeper to Kraft. Thanks.
It will be help full if kafka ui contianer is also added in this docker compose.
1. Prepared running environment: + My Laptop got 2 network cards: Wifi and Wire.The wifi card is on and connect to internet with IP: 192.168.1.2 + In file c:\Windows\System32\drivers\etc\hosts, add...
Hey, im trying to configure this connector: ``` { "name" : "RabbitMQSourceConnector1", "config" : { "connector.class" : "io.confluent.connect.rabbitmq.RabbitMQSourceConnector", "tasks.max" : "1", "rabbitmq.host" : "192.168.1.52", "rabbitmq.username" : "guest", "rabbitmq.password" : "guest",...
I do open http://localhost:8080/console/api/graphql and dot {"data":null,"errors":[{"message":"Introspection is disabled","extensions":{"errorCode":"VALIDATION_ERROR","errorMessage":null,"stacktrace":null}}]} Can i set some Env for get GraphQL schema?