-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
Priority-HighRoadmap:Modular ArchitectureProject-wide roadmap labelProject-wide roadmap labelenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or requestextensions
Description
Is your feature request related to a problem? Please describe.
Currently plugins are tightly coupled with OpenSearch making it complex to independently ship enhancements. Running plugin as a separate process will uncover advantages like dynamic loading of plugins and OpenSearch cluster not getting affected even if plugin fails.
- Startup script to run TransportService. Startup script to initialize TransportService #1646
- Add support of TransportService for extension . Add transport support to connect with opensearch service for SDK #2020
- Integrate Transport Service with an external plugin. Integrate Transport Service with an external plugin #2174
- Send a TransportRequest to the SDK and make sure communication between SDK and OpenSearch is established - SDK: Add support for communication between SDK and OpenSearch #2351
- Invoke the extension points: Invoke the extension point based on the request from OpenSearch to unblock Latency Testing #2691
- Move the dependencies from SDK to OpenSearch - Move the dependencies from SDK to OpenSearch and add CI, Spotless #2297
- Implement TransportRequest for the extension points on SDK - [SDK] Add support for createComponent extension points #2981
- Run AD plugin as an Extension to create a detector - [Feature/extensions] Run AD backend plugin as an Extension to create a detector #3635
- Implement APIs to invoke extension points in SDK - [Extensions]Implement APIs to invoke extension points in SDK #3078
- Create a workflow to invoke the listeners of the extension points - [Extensions]Create a workflow to invoke the listeners of the extension points #3079
- Create extension.yml - Create an extension.yml file to provide the plugin description #2693
11. Call Overridden functions like getRepositories() -
https://github.com/opensearch-project/OpenSearch/blob/main/plugins/repositorys3/src/main/java/org/opensearch/repositories/s3/S3RepositoryPlugin.java#L103
12. Integrate Extension with SDK and Remove pluginsService dependencies from repository-s3 plugin. POC: Integrate SQL plugin with SDK #1695 - Integration and Unit Tests for SDK #2417
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Priority-HighRoadmap:Modular ArchitectureProject-wide roadmap labelProject-wide roadmap labelenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or requestextensions
Type
Projects
Status
New