lensesio / fast-data-dev

Kafka Docker for development. Kafka, Zookeeper, Schema Registry, Kafka-Connect, Landoop Tools, 20+ connectors
https://lenses.io
Apache License 2.0
2.01k stars 330 forks source link

How to disable Elastic Search #166

Closed cecchisandrone closed 3 years ago

cecchisandrone commented 3 years ago

I need to disable Elastic search to reduce memory footprint. I didn't find a way to do it.

georgeyord commented 3 years ago

To disable elastic search, please add an env var: ELASTICSEARCH_PORT=0

cecchisandrone commented 3 years ago

It worked, thank you. Maybe better to be added to the docs.