fast-data-dev icon indicating copy to clipboard operation
fast-data-dev copied to clipboard

Kafka Docker for development. Kafka, Zookeeper, Schema Registry, Kafka-Connect, Landoop Tools, 20+ connectors

Results 82 fast-data-dev issues
Sort by recently updated
recently updated
newest added

I was trying to run this image locally with following command for my KAFKA, ZooKeeper setup `docker run --rm -it -p 3181:3181 -p 3040:3040 -p 7081:7081 -p 7082:7082 -p 7083:7083...

while running the services via docker command, all the services runs fine without any issue docker run --name kafka -e ADV_HOST=localhost -e RUNTESTS=0 -e SAMPLEDATA=0 -e FORWARDLOGS=0 -p 3030:3030 -p...

The SSL example given in the docs does not work... When `ENABLE_SSL` env variable is set then the container exits with code `127` **Steps to reproduce:** * Run the container...

Is there please a "simple" way to run this as non root user ? Thanks a lot

2021-11-25 06:22:02,971 INFO exited: gotty-web-terminal (exit status 4; not expected)

I am trying to use the image for some kafka tests and I cannot find an option to configure Kafka brokers to accept SSL connections from the clients but not...

Same change with https://github.com/lensesio/kafka-connect-ui/pull/112. Replaced https://github.com/mholt/caddy/releases/download/v0.10.10/caddy_v0.10.10_linux_amd64.tar.gz with https://github.com/caddyserver/caddy/releases/download/v0.10.10/caddy_v0.10.10_linux_amd64.tar.gz. It was updated once before like below: https://github.com/lensesio/fast-data-dev/blob/e4e37ea71c9af8e052c4158568bc16200fde5995/Dockerfile#L371

Hey there, we're currently using your project for development. Is there an easy way (since we're new to Kafka as well as docker) to persist our topics as well as...

The `Versions` table in the [README](https://github.com/lensesio/fast-data-dev#versions) doesn't contain the latest versions of the [image](https://hub.docker.com/r/lensesio/fast-data-dev/tags?page=1&ordering=last_updated). Please update with the latest information as the table is very useful 🙂

Properties : ``` name=source-twitter-distributed connector.class=com.eneco.trading.kafka.connect.twitter.TwitterSourceConnector tasks.max=1 topic=demo-3-twitter key.converter=org.apache.kafka.connect.json.JsonConverter key.converter.schemas.enable=true value.converter=org.apache.kafka.connect.json.JsonConverter value.converter.schemas.enable=true twitter.consumerkey=***** twitter.consumersecret=**** twitter.token=**** twitter.secret=*** track.terms=programming,java,kafka,scala language=en ``` Create button is disabled. ``` Error: lines is null $onInit/