I am currently creating a client connection as shown below. One of the
questions I have is what is the right way to provide high availability and
reseliency on the client side when the node that I am connecting to fails?
Does this client automatically discovers all the nodes in the cluster and
retry on other nodes?


Client client = new TransportClient()

.addTransportAddress(new InetSocketTransportAddress("host1", 9300))

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/CAOT3TWoNGePYwohTZwSc1EBgjkUZ3zvd4NLcLdiYUX8eUUnj1g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to