fast-data-dev
fast-data-dev copied to clipboard
Kafka Docker for development. Kafka, Zookeeper, Schema Registry, Kafka-Connect, Landoop Tools, 20+ connectors
When I add the volumes to the docker-compose in the existing landoop fast-data-dev, I see an entry in the Connector sink but no entry in the source. Also when I...
Every time i start the docker container with docker run --rm --net=host landoop/fast-data-dev some components crash periodicaly Any ideas? ``` sudo docker run --rm --net=host landoop/fast-data-dev This is landoop’s fast-data-dev....
Hey all, working on trying to get Kafka / Confluent running with FDD, and am ... well unsuccessful. I'm getting the following when trying to run the application on AWS...
Hi all, I used docker-compose.yml to run landoop/fast-data-dev like this version: '2' services: kafka-cluster: image: landoop/fast-data-dev:1.1 environment: ADV_HOST: 127.0.0.1 RUNTESTS: 0 volumes: - /home/user/hatchery/log_test/event.log:/var/log/myapp/event.log - /home/user/hatchery/log_test/click.log:/var/log/myapp/click.log ports: - 2181:2181 -...
Hi, I am trying to use the kafka docker on windows directly in docker (without vm) docker run --rm -p 2181:2181 -p 3030:3030 -p 8081-8083:8081-8083 -p 9581-9585:9581-9585 -p 9092:9092 landoop/fast-data-dev:latest...
Hi, First, congrats for the huge and good job that you have done in Landoop / fast-data-dev. I was presented to this beautiful project during a online kafka course. Second,...
Hi, I'm unable to connect to influxDB using built in topics and the built in connector. Here is the exception that I get. I'm using docker version 18.06.1-ce, Influxdb version...
To reproduce: ``` $ docker run --rm -it -e REST_PORT=0 -e WEB_PORT=0 landoop/fast-data-dev rm: cannot remove '/etc/supervisord.d/*rest-proxy.conf': No such file or directory ``` Any option alone will work.
Hello, I am using the image version `Kafka 1.0.1-L0 @ Landoop's Apache Kafka Distribution` When I try to call the following endpoint it gives a 404 ``` /subjects//versions/latest/schema {"error_code":404,"message":"HTTP 404...
I'm having an issue when I attempt to enable SSL using ENABLE_SSL in tandem with ADV_HOST. If I don't enable SSL, or if I exclude the ADV_HOST in the following,...