OpenSearch/client/transport/src
Simon Willnauer a9a2753f0b Add a HostFailureListener to notify client code if a node got disconnected (#21709)
Today there is no way to get notified if a node is disconnected. Client code
must poll the TransportClient constantly to detect that a node is not connected
anymore in order to react and add new nodes or notify altering etc. For instance
if a hostname  gets resolved to an IP but that host is disconnected clients want
to reconnect by resolving the hostname again which is a common situation in cloud
environments.

Closes #21424
2016-11-22 20:46:28 +01:00
..
main/java/org/elasticsearch/transport/client Add a HostFailureListener to notify client code if a node got disconnected (#21709) 2016-11-22 20:46:28 +01:00
test/java/org/elasticsearch/transport/client Skip transport client plugin installed on JDK 9 2016-08-31 09:46:27 -04:00