Skip to content

[Extensions] Create Transport action to initialize extensions #8204

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

Closed
owaiskazi19 opened this issue Jun 21, 2023 · 1 comment
Closed

[Extensions] Create Transport action to initialize extensions #8204

owaiskazi19 opened this issue Jun 21, 2023 · 1 comment
Labels
enhancement Enhancement or improvement to existing feature or request extensions

Comments

@owaiskazi19
Copy link
Member

Is your feature request related to a problem? Please describe.
Coming from initialize extensions API.
This API initializes an extension by making a connection from OpenSearch to the extension. Since the API is on the http thread and the connection here is done on transport thread. The API should return the response received from the transport thread if the connection is successful or if it fails.

Describe the solution you'd like
Create TransportAction, a request and execute the connection to the exension through NodeClient.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@owaiskazi19
Copy link
Member Author

#8029

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

No branches or pull requests

3 participants