Hi,
I am using Async high level rest client. I am pushing 400 requests to elastic search using async client. It is performant and gives me good parallelization. However I am not able to figure out how to close the client? If I do client.close(), the asycn requests that are still in pipeline fail. Can someone guide me if its important to close the async client or any method to close it once all my async requests are over