-
If someones implements the Server using Rust (or any other unsupported language) without Connectrpc. If I use the default obviously not. But if I specify |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Yes, ConnectRPC clients speak gRPC and gRPC-Web protocols explicitly for interoperability with servers for which a native ConnectRPC protocol is unavailable. It is meant for use in mixed environments (some servers use ConnectRPC, some use gRPC) and aids migrations to ConnectRPC. Similarly, ConnectRPC servers also speak gRPC and gRPC-Web protocols. So a Go server using this module can handle requests from clients that use gRPC implementations for other languages. (There is an exception: the "text" sub-protocol of gRPC-Web is not supported in connect-go.) |
Beta Was this translation helpful? Give feedback.
answered in slack and tried by myself.
there is no fallback
efficiency should be very similar