Re: re-use zen discovery API

2015-03-11 Thread Ivan Brusic
The discovery API is not modularized enough to use it outside of the Elasticsearch context. I would simply use something like Zookeeper, which is built exactly for situations like yours. Cheers, Ivan On Mar 7, 2015 7:03 PM, Pierre de Soyres pdesoy...@gmail.com wrote: Hello, I would like to

re-use zen discovery API

2015-03-07 Thread Pierre de Soyres
Hello, I would like to know if I can use the zen-dicovery API of elasticsearch for a totally different project (using elasticsearch cluster also) but that also needs to scale horizontaly. I do not want to reinvent the wheel, and since i'm using elasticsearch library, I would like to take