Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Integrate Async Java Client #557

Closed
owaiskazi19 opened this issue Mar 13, 2023 · 2 comments · Fixed by #558
Closed

[FEATURE] Integrate Async Java Client #557

owaiskazi19 opened this issue Mar 13, 2023 · 2 comments · Fixed by #558
Assignees
Labels
enhancement New feature or request untriaged

Comments

@owaiskazi19
Copy link
Member

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.

@dbwiddis
Copy link
Member

Duplicate of #296 :-)

@owaiskazi19
Copy link
Member Author

Duplicate of #296 :-)

Ah! Didn't realize. Will close this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request untriaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants