salesforce / grpc-java-contrib

Useful extensions for the grpc-java library
BSD 3-Clause "New" or "Revised" License
220 stars 34 forks source link

Envoy Control interceptor #114

Closed rmichela closed 4 years ago

rmichela commented 5 years ago

Envoy proxy supports a bunch of request control headers for its HTTP router. An interceptor would be a great tool for populating these headers.

https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/router_filter

rmichela commented 4 years ago

No longer needed because gRPC API improved. You can now set headers directly without using an interceptor.