alibaba / higress

🤖 AI Gateway | AI Native API Gateway
https://higress.io
Apache License 2.0
3.59k stars 534 forks source link

Implement ingress annotaion&CRD to support HTTP/JSON to gRPC #148

Open johnlanni opened 1 year ago

johnlanni commented 1 year ago

Why do you need it?

Allows a RESTful JSON API client to send requests to Higress over HTTP and get proxied to a gRPC service.

How could it be?

Other related information

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

CH3CHO commented 1 year ago

这个是说HTTP请求进来,gRPC请求出去?

johnlanni commented 1 year ago

这个是说HTTP请求进来,gRPC请求出去?

是的