fast-data-dev
fast-data-dev copied to clipboard
Kafka Docker for development. Kafka, Zookeeper, Schema Registry, Kafka-Connect, Landoop Tools, 20+ connectors
Building off of great work by @faberchri, I modified the `caddy` and `gotty` installs to work for both `arm64` and `amd64`. The end of the `README.md` includes instructions on how...
Does Landoop Kafka connect support some env like that in Confluent Kafka connect? such as CONNECTOR_CLIENT_CONFIG_OVERRIDE_POLICY: All # set offset reset in connectors to latest or earliest CONFIG_PROVIDERS: file #...
Any examples of how to integrate this app with existing Kafka docker cluster?
Will this be available as I would like to validate this Azure Blob Sink Connector.
Hello, I'm trying to use Debezium Source but the dashboard shows nothing. I tried with MySqlConnector but I realize that any Debezium Connector doesn't work. Follow my configurations: SO: MacOS...
I use image: landoop/fast-data-dev:2.2.1 I fix this by inserting default docker-machine ip: ``` kafka: image: landoop/fast-data-dev:2.2.1 ports: - 9092:9092 - 2181:2181 - 3030:3030 environment: CONNECT_PORT: 0 RUNTESTS: 0 SAMPLEDATA: 0...
As per link here: https://learning.oreilly.com/videos/apache-kafka-series/9781789344738/9781789344738-video3_6/, I dont see the code folder and docker-compose.yml
Hi ! I cope with an issue when I try to run the docker image on my Apple M1 mac (see the command and error below). At first, I tried...
When I try to run the docker image in the Apple M1 chip computer, it always shows that port 2181 is blocked. I had to modify the Dockerfile to solve...
Hi, I am trying to use fast-data-dev on Ubuntu 17.10 by `sudo docker run --rm -it --net=host landoop/fast-data-dev:cp3.3` (I also used `latest` tag) And Connect UI returns following error: ```...