-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: 🐳 - Allow to store Quickstart dockers data in a folder for persistance #1568
feature: 🐳 - Allow to store Quickstart dockers data in a folder for persistance #1568
Conversation
Are we ready to merge this in @keremsahin1? |
I will try to provide the |
Ping @afranzi? Would really love to get your awesome changes in. |
My fault, busy days. |
Actually I start getting the following error in elasticsearch docker after this PR
Seem likes the |
I've tested on Linux |
I see. I'm having this issue on Mac. Let me test it on Linux. |
The Mac issue is fixed in #1621 |
This PR aims to allow to modify the docker-compose file allowing us to specify a data folder for storing the data from MySQL, Elastic, Neo4j and Zookeeper.
It's adding two new components (kafka-rest-proxy & kafka-topics-ui) so it's easier to debug the kafka integration.
And modified the Broker host to use $HOSTNAME, so in case of deploying the quickstart solution in an EC2 instance, it's easier to access the broker from outside.