Anubhav Shrivastava

Results 2 comments of Anubhav Shrivastava

Thanks @reta for assigning to yourself. ## Complete code: ```java software.amazon.awssdk.http.SdkHttpClient httpClient = ApacheHttpClient.builder().build(); org.opensearch.client.opensearch.OpenSearchClient client = new OpenSearchClient( new AwsSdk2Transport( httpClient, // replace with endpoint in aws opensearch HttpHost.create("https://xxxxxxxxxx.us-east-1.aoss.amazonaws.com").getHostName(),...

> @anubhav3008 do you wanna take it? thank you! 🙏 @reta , I can take it up. But i not sure how to fix it. I am trying to understand...