fast-data-dev
fast-data-dev copied to clipboard
Kafka Docker for development. Kafka, Zookeeper, Schema Registry, Kafka-Connect, Landoop Tools, 20+ connectors
I am trying to run in Centos 7 environment. connect-distributed.properties: plugin.path=/opt/connectors/kafka-connect-jdbc/ name=source-sqlserver-user connector.class=io.confluent.connect.jdbc.JdbcSourceConnector tasks.max=1 topic.prefix=my-timestamp connection.url=jdbc:sqlserver://127.0.0.1:1433;database=databasenam e;username=username;password=password version: '2' services: kafka-cluster: image: landoop/fast-data-dev:cp3.3.0 environment: ADV_HOST: 127.0.0.1 RUNTESTS: 0 volumes: -...
Hi, I would need to do a health check on your service in order to have other services connect only once kafka is available. I tried to figure out how...
Update debezium to 1.4.1.Final which is the latest stable release.
I've been running and using this docker for a while and everything worked great until today. For some reason all of my CPU is getting used by zookeeper (see in...
Finally got this working on macOS Catalina. Not sure if documentation has been updated, but could not locate anywhere easily on gihutb page, so..... Would it be possible to update...
Getting error while creating a new connector (its replicable even online in the demo)  the logs as seen here https://fast-data-dev.demo.landoop.com/logs/connect-distributed.log ``` 2019-06-16 19:13:02,780] INFO 127.0.0.1 - - [16/Jun/2019:19:13:02 +0000]...
Hello 👋 Using latest landoop/fast-data-dev image. When trying this command within the container: `root@fast-data-dev / $ ./opt/landoop/kafka/bin/kafka-topics --bootstrap-server platform-kafka-kafka-bootstrap:9093 --command-config client.properties -list` I get this error `[2020-11-26 18:09:01,580] WARN The...
Hi, Can ```lensesio/fast-data-dev``` be used within a CI environment, such as Gitlab or Travis? I have the following Gitlab CI job for running tests. Setting ```ADV_HOST``` to the kafka container...
Hi all, I have a docker-compose file with in your image . With the latest tags I got error `Topic(s) [mytopic] is/are not present and missingTopicsFatal is true` I wonder...
Dear all, I am trying to install JMX-Exporter and Prometheus to measure the kafka performance but return an error and kafka broker is not started. Follow my implementation. **Docker-compose:** kafka:...