Dear all
We are building now Elasticsearch cluster and we use ElasticSearch-net.
and my question is:
if i set the static connection pool to all uri's nodes in the cluster - how the elastic client choose the relevant node to send the request?
if it is do any check before which node is more rest? or i need to config load balance on cluster??
Thanks
Mendy