Skip to content

Commit

Permalink
skip recalculating route on grpc transcoder filter
Browse files Browse the repository at this point in the history
  • Loading branch information
ilackarms committed Mar 19, 2018
1 parent 24c90e9 commit 0c7e29e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions envoy/config/filter/http/transcoder/v2/transcoder.proto
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,12 @@ message GrpcJsonTranscoder {
// `JsonPrintOptions <https://developers.google.com/protocol-buffers/docs/reference/cpp/
// google.protobuf.util.json_util#JsonPrintOptions>`_.
PrintOptions print_options = 3;


// Whether to skip recalculating the route after the
// outgoing headers have been transformed to the match the upstream gRPC service
// If set to true, Envoy will determine the cluster to
// route to based on the route for the incoming request
// Defaults to false.
bool skip_recalculating_route = 5;
}

0 comments on commit 0c7e29e

Please sign in to comment.