-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Labels
Description
Is your feature request related to a problem?
To invoke the Actions residing in OpenSearch. Extensions will use Java Client to call the action using REST requests available. Currently, we support synchronous Java Client. As AD plugin uses asynchronous request calls, create an async Java Client for the same.
What solution would you like?
opensearch-java supports OpenSearchAsyncClient. Create a SDKClient wrapper for the same.
What alternatives have you considered?
A clear and concise description of any alternative solutions or features you've considered.
Do you have any additional context?
Add any other context or screenshots about the feature request here.