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

[Feature/extensions] Add framework support to read extensions.yml #3084

Closed
2 tasks
saratvemulapalli opened this issue Apr 26, 2022 · 0 comments
Closed
2 tasks
Assignees
Labels
Build Libraries & Interfaces enhancement Enhancement or improvement to existing feature or request Plugins

Comments

@saratvemulapalli
Copy link
Member

Coming from: #1972
We now have the design of extensions.yml and would like to discover these extensions within the extensions framework.

Code Pointer:
https://github.com/opensearch-project/OpenSearch/blob/feature/extensions/server/src/main/java/org/opensearch/plugins/PluginsOrchestrator.java#L83

  • Add support to read extensions
  • Add unit tests

extensions.yml:

extensions:
    - name: firstExtension
      ephemeralId: 'uniqueid'
      hostName: 'myIndependentPluginHost'
      hostAddress: '127.0.0.0'
      port: '9301'
      version: '2.0.0'
   - name: secondExtension
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Libraries & Interfaces enhancement Enhancement or improvement to existing feature or request Plugins
Projects
None yet
Development

No branches or pull requests

3 participants