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

Add transport support to connect with opensearch service for SDK #2020

Closed
5 tasks done
owaiskazi19 opened this issue Jan 31, 2022 · 1 comment
Closed
5 tasks done
Labels
enhancement Enhancement or improvement to existing feature or request Plugins

Comments

@owaiskazi19
Copy link
Member

owaiskazi19 commented Jan 31, 2022

Is your feature request related to a problem? Please describe.
Based on #2019. Need to create a TransportService for SDK to interact with OpenSearch and extension and have a communication method to get discovered.

  • Remove exceptions for integrating Transport Service
  • Bind Server to a port and an ip
  • Remove dependencies for NetworkModule
  • Add action listener
  • Manual Testing

Describe the solution you'd like
We have a predefined TransportService in the OpenSearch repo, making the use of the same and to make it more independent.

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 owaiskazi19 added enhancement Enhancement or improvement to existing feature or request untriaged labels Jan 31, 2022
@saratvemulapalli
Copy link
Member

TransportService has two convoluted dependencies on a. Transport b. NetworkPlugin

Our job is to figure out the dependencies and remove unnecessary parts of it.
Eventually this will be a light weight TransportService which will be part of the SDK which we plan to deliver.

@owaiskazi19 owaiskazi19 changed the title POC: Add transport support to connect with opensearch service POC: Add transport support to connect with opensearch service for SDK Mar 1, 2022
@owaiskazi19 owaiskazi19 changed the title POC: Add transport support to connect with opensearch service for SDK Add transport support to connect with opensearch service for SDK Oct 9, 2022
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 Plugins
Projects
None yet
Development

No branches or pull requests

3 participants