I have a cluster with 9 nodes (3 master, 3 data and 3 client) ES version 6.4
I want my application to send all writes to data nodes and search to client nodes in a round robin fashion. We are using High level rest client. How do i achieve this.
Some documentation or suggestions are appreciated.
If it becomes a pain you can always send the search requests to dedicated client nodes. In which case you'll need 2 Java Client instances, one for search, another for indexing.
Before over engineering anything, I'd make sure it's actually a problem today.
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.