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

Great stuff with exposing the logs through my browser, I think that's an amazing feature. Definitely going to help. Last thing I could suggest would be to have a view...

As reported in issue [180](https://github.com/lensesio/fast-data-dev/issues/180) the [SSL](https://github.com/lensesio/fast-data-dev#enable-ssl-on-broker) example is currently not working. This is a fix to change the QUICKCERT_URL default ARG location. Fixes #180

> [compile-lkd 3/27] RUN wget $DEVARCH_USER $DEVARCH_PASS "https://archive.lenses.io/lkd/packages/kafka/kafka-2.13-2.6.2-L0-lkd.tar.gz" -O /opt/kafka.tar.gz && tar --no-same-owner -xzf /opt/kafka.tar.gz -C /opt && mkdir /opt/landoop/kafka/logs && chmod 1777 /opt/landoop/kafka/logs && rm -rf /opt/kafka.tar.gz: #8 0.205...

docker image fails for ARM Apple Mac M2 can someone help me with commands ?

PS: I realise that for the same project, the issue below just happens in MAC M1 environments, for Linux doesn't. I have these settings in my docker-composer: ``` kafka: image:...

I downloaded the fast-data-dev:cp3.3.0 However I cannot figure out how to use the Mongodb Debezium source connectors. I don't see the source connector listed in the connect UI when I...

When accessing the Topics and Schemas pages, it does not return the data and presents the following errors below. **Url** : /api/schema-registry CONNECTIVITY ERROR **KAFKA REST** /api/kafka-rest-proxy CONNECTIVITY ERROR I'm,...

This is my first day trying to run this. I apologize if I have missed anything regarding setup. I tried using the docker command on Ubuntu 22.04.3 on WSL2 as...

By default the Kafka Connect REST API listens on port 8083. According to the documentation, the port should be configurable by specifying CONNECT_REST_PORT, but for a reason I could not...

![image](https://github.com/user-attachments/assets/2e1e2de2-99f9-4c82-912f-4ec1930a94c1) ``` version: '3.7' services: fast-data-dev: image: lensesio/fast-data-dev ports: - "3181:3181" - "3040:3040" - "7081:7081" - "7082:7082" - "7083:7083" - "7092:7092" - "8081:8081" environment: - ZK_PORT=3181 - WEB_PORT=3040 - REGISTRY_PORT=8081...