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

[Enhancement] Add API to allow plugins to discover other installed plugins #17102

Open
junqiu-lei opened this issue Jan 23, 2025 · 0 comments
Open
Labels
Cluster Manager enhancement Enhancement or improvement to existing feature or request untriaged

Comments

@junqiu-lei
Copy link
Member

Is your feature request related to a problem? Please describe

Currently, there is no official API that allows an OpenSearch plugin to programmatically check which other plugins are installed and available in the cluster. This limitation makes it difficult to implement plugin dependencies and optional integrations between plugins.

Describe the solution you'd like

We could extend the ClusterService class to include methods for plugin discovery. This approach leverages the existing central role of ClusterService in managing cluster-wide information.

Related component

Cluster Manager

Describe alternatives you've considered

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cluster Manager enhancement Enhancement or improvement to existing feature or request untriaged
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant