envoyproxy/envoy

Support transcoding configuration in a separated file

Open

#25,977 建立於 2023年3月8日

在 GitHub 查看
 (0 留言) (1 反應) (0 負責人)C++ (5,373 fork)batch import
area/grpc-transcodinghelp wanted

倉庫指標

Star
 (27,997 star)
PR 合併指標
 (平均合併 8天) (30 天內合併 378 個 PR)

描述

Title: Support transcoding configuration in a separated file

Description: Google cloud supports GRPC transcoding configuration in 2 places:

The GRPC-gateway does support this external configuration as well: https://grpc-ecosystem.github.io/grpc-gateway/docs/mapping/grpc_api_configuration/#using-an-external-configuration-file

This feature request is about adding a new optional field to the grpc-transcoding filter with the path of a file that meets the HttpRules specification from https://cloud.google.com/endpoints/docs/grpc-service-config/reference/rpc/google.api#http. The filter will look-up in this file how to transcode the request instead of just checking the proto descriptor (that would not require annotations)

Thanks to that, we could:

  • advanced transcoding to external services (in those, we're not able to edit the proto description with annotations)
  • easier path-based routing o different clusters running different versions of the service
  • keep routing decisions exclusively in the envoy config (and not in the services proto)

貢獻者指南