elastic / elasticsearch-php

Official PHP client for Elasticsearch.
https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/index.html
MIT License
35 stars 970 forks source link

[docs] Recommend simpleConnectionPool for Cloud #1193

Closed toby-sutor closed 2 years ago

toby-sutor commented 2 years ago

As per https://github.com/elastic/elasticsearch-php/issues/918#issuecomment-511337920 and https://elastic.slack.com/archives/CH37CF39S/p1643707941052409 we recommend using the simpleConnectionPool when there is a proxy or load balancer in place. This applies to Elasticsearch Service and ECE (Cloud). Hence the comments need to be updated.

ezimuel commented 2 years ago

Thanks @toby-sutor