You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've built bunch of APIs for extensions but they do not work across versions.
After opensearch-project/opensearch-sdk-java#338 design is completed we have to move over all APIs to the new design to support multiple versions.
saratvemulapalli
changed the title
Move over existing extensions APIs to work across versions
[Meta] Move over existing extensions APIs to work across versions
Apr 28, 2023
We've built bunch of APIs for extensions but they do not work across versions.
After opensearch-project/opensearch-sdk-java#338 design is completed we have to move over all APIs to the new design to support multiple versions.
APIs:
ExtensionRequest
: PR [Extensions] Moving ExtensionsRequest to use Protobuf #6960RegisterRestActionsRequest
- Primitive:String
[Extensions] Adding versioning support for registering Rest actions #7302RegisterTransportActionsRequest
- Primitive:String
[Extensions] Adding cross version support for registering Transport Actions #7403ExtensionHandleTransportRequest
- Primitive :String
,byte[]
[Extensions] Moving transport action API to support cross versions #7468IndicesModuleRequest
- Half baked removing the API.InitializeExtensionRequest
- Custom Data type:DiscoveryNode
Documentation
The text was updated successfully, but these errors were encountered: