You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: