cz-theng opened a new issue #3956:
URL: https://github.com/apache/apisix/issues/3956


   the 
[grpc-transcode](https://github.com/apache/apisix/tree/master/apisix/plugins/grpc-transcode)
 plugin translate HTTP
   request to grpc request with HTTP param like "?xxx=yyy". But this soluation 
make client to constract the URL params.
   
   how about share .pb file with client. and client marshal pb request struct 
to a bin data , and send request with that data in HTTP's body. then APISix 
plugin like grpc-transcode need not constract pb request struct , just use 
HTTP's body as a marshaled pb request,the send requst to gRPC services.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to