conduktor / kafka-stack-docker-compose

docker compose files to create a fully working kafka stack
Apache License 2.0
3.24k stars 1.25k forks source link

docker-compose for multinode kafka with kafdrop und mutlinode elastic… #77

Closed org-tekeli-borisp closed 2 years ago

org-tekeli-borisp commented 4 years ago

docker-compose file for multinode kafka with kafdrop und mutlinode elasticsearch with kibana for udemy course kafka for beginners. No need for using external cloud elasticsearch in case you have a running docker environment

Bildschirmfoto vom 2020-09-04 16-39-55

org-tekeli-borisp commented 4 years ago

If you have issues with max virtual memory areas count during the initial start of elasticsearch set the count to 262144. e.g under Linux with systemd
sudo sysctl -w vm.max_map_count=262144

Under Windows see e.g. the answer on stackoverflow ElasticSearch in Windows docker image vm max map count