Skip to content

Commit

Permalink
Merge remote-tracking branch 'elasticsearch-php/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Feb 2, 2022
2 parents f4705d0 + 3cab97a commit 621f5b7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/connection-pool.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ The `SimpleConnectionPool` returns the next node as specified by the selector;
it does not track node conditions. It returns nodes either they are dead or
alive. It is a simple pool of static hosts.

The `SimpleConnectionPool` is not recommended for routine use but it may be a
useful debugging tool.
The `SimpleConnectionPool` is recommended where the Elasticsearch deployment
is located behnd a (reverse-) proxy or load balancer, where the individual
Elasticsearch nodes are not visible to the client. This should be used when
running Elasticsearch deployments on Cloud.

To use the `SimpleConnectionPool`:

Expand Down

0 comments on commit 621f5b7

Please sign in to comment.