[request] REST-to-RPC #7364
Replies: 6 comments
-
This cannot be implemented until #505 has been implemented, because being able to apply a plugin per specific endpoints will be available in #505. |
Beta Was this translation helpful? Give feedback.
-
@sonicaghi @thefosk what about the process of this issue? rest-2-grpc is important for me. our services are implemented by grpc. thanks |
Beta Was this translation helpful? Give feedback.
-
@linking12 It's a complex transformation. But if you want to take a stab at it... contributions are welcome! 😄 |
Beta Was this translation helpful? Give feedback.
-
@linking12 this might help https://github.com/grpc-ecosystem/grpc-gateway |
Beta Was this translation helpful? Give feedback.
-
it seems apisix(also based on openResty) implements grpc-transcode lua plugin (https://github.com/apache/incubator-apisix/tree/master/lua/apisix/plugins/grpc-transcode), |
Beta Was this translation helpful? Give feedback.
-
https://docs.konghq.com/hub/kong-inc/grpc-gateway/ We have released a plugin that a gRPC service via HTTP REST requests and translate requests and responses in a JSON format. |
Beta Was this translation helpful? Give feedback.
-
respond to GET requests while mapping them to existing endpoints that are accessed using a POST. Transform the GET parameters into the request body for the POST.
Beta Was this translation helpful? Give feedback.
All reactions