kafka icon indicating copy to clipboard operation
kafka copied to clipboard

[Question] persistent volumes and autoscaling

Open liorze opened this issue 8 years ago • 2 comments

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 avatar Jun 29 '16 22:06 liorze

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.

oreh avatar Jul 25 '17 17:07 oreh

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).

steveniemitz avatar Jul 26 '17 14:07 steveniemitz