-
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
GetActions: Add support to dynamically register actions #107
GetActions: Add support to dynamically register actions #107
Comments
This is also needed in future for hot-swap, right? |
Yes |
Right now transport actions are registered in a map which is:
Sarat's draft PR linked above removed the unmodifiable bit for that map. However, I'm going to approach this in #525 by just adding a second dynamic map, and integrate the |
Transport Actions in extensions are registered with ExtensionsManager via Proxy Actions. But eventually we need make
ActionModule
dynamic to help register/de-register with OpenSearchThe text was updated successfully, but these errors were encountered: