kafka
kafka copied to clipboard
Handling --volume in kafka-mesos
We currently use a custom docker volume driver to mount remote/NFS directory inside docker container and was wondering how does one handle the
--volume pre-reserved persistent volume id
flag in the CLI. Also, what would be the pros or cons of making the framework spawn brokers inside a docker container?
Much better volume support is coming soon! It sounds like for your use case you want to use the docker volume support built into mesos, thats next on my list of todos for docker support.