OpenSearch/client
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
..
benchmark Remove `modules/transport_netty_3` in favor of `netty_4` (#21590) 2016-11-17 12:44:42 +01:00
client-benchmark-noop-api-plugin Remove generics from ActionRequest 2016-11-14 15:32:01 -08:00
rest Rest client: don't reuse that same HttpAsyncResponseConsumer across multiple retries (#21378) 2016-11-08 16:42:42 +01:00
sniffer Upgrade to lucene-6.3.0-snapshot-ed102d6 (#21150) 2016-10-28 14:47:15 +02:00
test Build: Remove old maven deploy support (#20403) 2016-09-19 15:10:41 -07:00
transport Add a HostFailureListener to notify client code if a node got disconnected (#21709) 2016-11-22 20:46:28 +01:00