Elasitcsearch-net connection to nodes in cluster

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

You can find the answer in the documentation https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/round-robin.html

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.