-
Notifications
You must be signed in to change notification settings - Fork 357
Open
Labels
triagedIssues labeled as 'Triaged' have been reviewed and are deemed actionable.Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
Description
Is your feature request related to a problem? Please describe
Yes.
- With Opensearch 3.0, gRPC introduced for some of the endpoints, we need interceptor support for on those gRPC calls.
- OpenSearch currently provides
ActionPlugin.getRestHandlerWrapperto intercept and wrap all REST requests before they are handled. However, there is no equivalent hook for gRPC endpoints.
We have a custom plugin that uses ActionPlugin.getRestHandlerWrapper to intercept all REST requests for custom processing. We need similar interception or wrapper support for gRPC endpoints as well, so we can apply the same logic to gRPC calls.
Previous ticket which added grpc-transport plugin - opensearch-project/OpenSearch#16905
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
triagedIssues labeled as 'Triaged' have been reviewed and are deemed actionable.Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
Type
Projects
Status
Todo
Status
In Progress