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

windows10, I give 6GB to docker, when I run: `docker run --net=host landoop/fast-data-dev` it is output: > C:\Users\frank>docker run --net=host landoop/fast-data-dev Starting services. This is Landoop’s fast-data-dev. Kafka 1.0.1-L0 (Landoop's...

I wanted to run the Landoop front end inspecting the [streaming samples from Confluent]( https://github.com/confluentinc/kafka-streams-examples). Now, I can run the command line tool (after editing the port): `docker run --rm...

Hello, I was running the docker container on CentOS and saw the following error messages in the browsers network connections while accessing the UI on 3030: Status Code: 504 Gateway...

Latest Alpine OpenJDK does not pull-in the nss package and breaks setups with TLS/SSL. https://github.com/docker-library/openjdk/issues/289

Hi, I cloned the repo and built the image using the docker file with the addition of just these line COPY jdbcdriver/ /opt/landoop/connectors/third-party/kafka-connect-jdbc/ COPY jdbcdriver/ /opt/landoop/connectors/stream-reactor/ in the docker file....

Through docker containers, I have established the zookeper and a wurstmeister kafka server locally in my PC.I wanted to run the Landoop front end with the WEB_ONLY parameter. More specifically,...

The way I run it: `docker run --rm -p 2181:2181 -p 3030:3030 -p 8081-8083:8081-8083 -p 9581-9585:9581-9585 -p 9092-9093:9092-9093 -e ADV_HOST=127.0.0.1 -e ENABLE_SSL=1 -e USER=username -e PASSWORD=password landoop/fast-data-dev:latest` Is there a...

I'm using macbook and when I want to enable ssl, the following error was there: wangdians-mbp:fast-data-dev-master wangdian$ docker run --rm --net=host -e ENABLE_SSL=1 landoop/fast-data-dev TLS enabled. Creating CA and key-cert...

Hi there, I've been using landoop for a while and it's been working great, thanks for the hard work. Now I need to change the port the container uses for...

Hi, I'm trying to add avro format to the format class for the s3 connector I'm trying to create, but I get the following error: ``` "format.class" : Invalid value...