Skip to content
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

[Question] persistent volumes and autoscaling #231

Open
liorze opened this issue Jun 29, 2016 · 2 comments
Open

[Question] persistent volumes and autoscaling #231

liorze opened this issue Jun 29, 2016 · 2 comments
Labels

Comments

@liorze
Copy link

liorze commented Jun 29, 2016

Hi,

I have a couple of questions:

  1. Can the scheduler automatically increase or decrease the number of brokers?
    Ref: https://mesosphere.com/blog/2015/07/16/making-apache-kafka-elastic-with-apache-mesos/
  2. Do you support mesos persistent volumes?
@liorze liorze changed the title Cluster autoscaling [Question] persistent volumes and autoscaling Jul 25, 2016
@oreh
Copy link

oreh commented Jul 25, 2017

I also want to know if mesos persistent volumes are really supported. There is an '--volume' option in adding brokers. But after I setup persistent volume and passing its id to '--volume', the broker can be added but cannot be started.

@steveniemitz
Copy link
Contributor

short answer: --volume is pretty much useless.
long answer:
I've been experimenting with much better volume support. I think this would be a killer feature and a huge win, however I don't have a ton of time to test it.

The code is in a branch here: https://github.com/tc-dc/kafka-mesos/tree/dynamic-volume-support if anyone wants to test it out. Satya Karthik has been playing around with it as well. (see the slack channel for more info).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants