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 benefit of the
elasticsearch API for nodes detection and master election.
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.
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 benefit of the
elasticsearch API for nodes detection and master election.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.