mesos / mr-redis

Redis on Apache Mesos
Apache License 2.0
127 stars 32 forks source link

Consider supporting Zookeeper in addition to Etcd #17

Closed SEJeff closed 8 years ago

SEJeff commented 8 years ago

Some users don't currently use etcd and would prefer to stick with the battletested Zookeeper, which Mesos already relies upon. Please consider dropping etcd as a hard requirement so it is easier to setup and use Mr Redis.

dhilipkumars commented 8 years ago

Agreed. We will start working on this as soon as possible. It should'nt be very hard

SEJeff commented 8 years ago

@dhilipkumars given that zookeeper is a requirement of running Mesos, I think this would make adoption a bit easier for some users. Thanks!

itsjustcon commented 8 years ago

+1

nagas commented 8 years ago

+1

yuusaku-t commented 8 years ago

+1

zolech commented 8 years ago

+1

liorze commented 8 years ago

+1

dhilipkumars commented 8 years ago

Addressed by https://github.com/mesos/mr-redis/pull/45

liorze commented 8 years ago

Maybe we should document this feature in the README, or somewhere else, before this issue can be considered fixed?