Replies: 1 comment 1 reply
-
The data portal avoids that pain. The GrpcProxy works exactly like the HttpProxy, with a single endpoint on the server for all data portal calls. If you encounter any issues let me know, as I don't think many people have used GrpcProxy yet, and although I've done basic testing, you might find edge cases. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all. I'm trying to introduce grpc server and client to our large project. Some of the business objects are having 200+ properties. Do I need to create proto files or do GrpcPortal have some magic which would allow me to avoid this pain?
Beta Was this translation helpful? Give feedback.
All reactions