-
Notifications
You must be signed in to change notification settings - Fork 4.8k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[request] REST-to-RPC #413
Comments
@sonicaghi @thefosk what about the process of this issue? rest-2-grpc is important for me. our services are implemented by grpc. thanks |
@linking12 It's a complex transformation. But if you want to take a stab at it... contributions are welcome! 😄 |
@linking12 this might help https://github.com/grpc-ecosystem/grpc-gateway |
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), |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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.
The text was updated successfully, but these errors were encountered: