We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb11e3 commit 1c0d84bCopy full SHA for 1c0d84b
docs/connection-pool.asciidoc
@@ -78,8 +78,10 @@ The `SimpleConnectionPool` returns the next node as specified by the selector;
78
it does not track node conditions. It returns nodes either they are dead or
79
alive. It is a simple pool of static hosts.
80
81
-The `SimpleConnectionPool` is not recommended for routine use but it may be a
82
-useful debugging tool.
+The `SimpleConnectionPool` is recommended where the Elasticsearch deployment
+is located behnd a (reverse-) proxy or load balancer, where the individual
83
+Elasticsearch nodes are not visible to the client. This should be used when
84
+running Elasticsearch deployments on Cloud.
85
86
To use the `SimpleConnectionPool`:
87
0 commit comments