gRPC between OPAL client and server #233
hongbo-miao
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hi @hongbo-miao ! GRPC is notoriously bad in over the internet connection. It's more than fine within your VPC but once you add some routing in between and a little latency it fails miserably. We can consider adding a GRPC option, in addition to Websocket. If you (or anyone else) would like to contribute that, I'd be more than happy to provide guidance. |
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
-
Just an idea.
gRPC (over HTTP/2) might be a better option between OPAL client and server communication than current WebSocket (HTTP/1.1).
gRPC is quite common in cloud native world. 😊
Beta Was this translation helpful? Give feedback.
All reactions