Y
Hacker News
new
|
ask
|
show
|
jobs
by
cstivers1978
3696 days ago
Is it possible to abstract the metadata store, which is currently Zookeeper, to be something else like etcd and consul?
1 comments
followtherhythm
3696 days ago
Since Mesos uses Zookeeper and we are tightly bound to Mesos, at the moment this is not possible.
link
agallego
3696 days ago
To expand on this. We use mesos. Mesos is mostly deployed with zookeeper. 'Technically' we can by swapping the library, but unlikely.
link
cstivers1978
3696 days ago
Thanks. Wasn't sure you were using the Zookeeper instance used by Mesos. I had assumed it would be a separate instance.
link