fast-data-dev
fast-data-dev copied to clipboard
Kafka Docker for development. Kafka, Zookeeper, Schema Registry, Kafka-Connect, Landoop Tools, 20+ connectors
For example I would like my topics to be created automatically, therefore, I'd like to somehow configure `auto.create.topics.enable=true`. Based on the documentation, it doesn't seem like there's a way to...
Is it possible to have an environment variable specifying the connectors we're interested into loading? By default all would be loaded The goal is to have a lighter development environment...
I've had lots of feedback saying that connect healthcheck is failing. My guess is that because connect takes WAY more time to load right now due to the plugin and...
As I was exploring fast data dev and back and through so I minimize the page. Here is it.  Oops sorry, I forgot to attach.
Hello, I've been trying to setup the image to run inside a local minikube deployment but I'm not able to manage to access kafka from the host. It is not...
I'm using the ElasticSearch connector. It seems it is not accepting the valid empty strings as a property which is [valid java properties](https://stackoverflow.com/a/25799053/3019499): ``` name=sink-elastic-twitter-distributed connector.class=io.confluent.connect.elasticsearch.ElasticsearchSinkConnector tasks.max=2 topics=demo-3-twitter connection.url=http://elasticsearch:9200 type.name=kafka-connect...
 As you can see there's a topic called `monitor-msg` but in reality it's definitely the `connect-configs` topic. It's pretty confusing that is has been renamed in the UI for...
Hi Team, I have created Topic then trying to validate it Topic UI. I could see Topic in list but when I click on Topic then forever progress bar is...
Probably configure both connect properties files and set supervisord to load the one set by the env variables.
I'm trying to run fast-data-dev on MAC: **docker run --rm -it --net=host -e WEB_ONLY=1 -e DEBUG=1 landoop/fast-data-dev**. In docs told: "This is a special mode only for **Linux** hosts." -...