Hi,
I am using python to connect to elastic search DB cluster.
No. of nodes = 3, each node has a user id and password
I am trying to implement connection pooling, referred the documentation for python api at:
https://elasticsearch-py.readthedocs.io/en/master/connection.html
...under the " Connection Pool" section...but could not get it to work.
Can someone please point me to a working example to implement connection pooling using python
Thanks & Regards,
Sachin