I am using Rest Client of Elastic Search and Elastic Search will have Nodes in a cluster.
If I connect to one node then will it automatically find other nodes of cluster while processing the request and do load balancing ?
Or I need to take care of that while creating the Rest Client?