-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
SDK: Add support for communication between SDK and OpenSearch #2351
Comments
Logs of connection bewteen SDK and OpenSearch :
OpenSearch sent an internal tcp handshake request to the SDK. |
Created TCP handshake and communication between SDK and OpenSearch. SDK:
OpenSearch:
|
Communication is established between OpenSearch and SDK. Logs of SDK:
Logs of OpenSearch:
|
This is awesome to see. Finally we are able to communicate between OpenSearch <-> SDK :) |
Is your feature request related to a problem? Please describe.
A request coming to the TransportService required to be decoded, adding a protocol to it and making sure headers are present in it. Once the request is validated invoke the right extension point.
Describe the solution you'd like
A clear and concise description of what you want to happen.
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: