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 a6b3cd3 commit 3cab97aCopy full SHA for 3cab97a
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