-
Notifications
You must be signed in to change notification settings - Fork 58
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
[Meta] [FEATURE] Add getActions support for AD #80
Comments
Hey @owaiskazi19 I think there may be some overlap between this and the approach I'm taking on #69. Can you clarify whether that's somewhat the same thing or if not, how this differs from what I'm doing there? |
Taking a stab at this. For extensions, we should enable them to create custom transport actions.
I would like to split up this issue into 3 pieces:
[1] https://github.com/opensearch-project/OpenSearch/blob/1bfabed0780c228f4f3c9a26aac2169e361c9426/server/src/main/java/org/opensearch/plugins/ActionPlugin.java#L82 |
Removed #107 out of the meta issue as registering dynamic actions was not really needed as proxy actions added support for whats needed for setting up Anomaly Detection Plugin as an extension. |
Is your feature request related to a problem?
As we are building extension support for AD, we need to add support for getActions.
getActions
enables plugins to register custom transport actions.With extensions, SDK should be able to support registering transport actions and proxy them to the extension when a transport action is invoked.
The text was updated successfully, but these errors were encountered: