Hi,
I am currently utilizing the ElasticsearchClient library in java for connecting to Elasticsearch. As per the docs the library manages its own connection pool and its not required to create a separate client with each thread. However, I wanted to manage the connection pool size like the max/min number of connections that the client creates or so. Was unable to find any doc specific to this.
Apologies if I missed something obvious here.
Thanks.