crate / crate-mesos-framework

An integration framework that allows you to run and manage CrateDB via Apache Mesos.
Other
23 stars 6 forks source link

Added desired instance vs active mesos agent control #100

Closed aslanbakirov closed 8 years ago

aslanbakirov commented 8 years ago

Steps : 1- Create ZK client 2- Get Mesos Master IP from ZK znode "/mesos" 3- Get active agent count using mesos master HTTP API 4- control in /cluster/resize API of crate-framework

memcmp commented 8 years ago

remove formatting changes, otherwise ack

kovrus commented 8 years ago

should we add some tests?