State of GRPC with rust-protobuf? #613
-
@stepancheg I really appreciate your work, and I'm curious about the present and future of GRPC with rust-protobuf:
Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
grpc-rs, which depends on native C (or C++?) implementation And there's tonic-grpc for prost protobuf. It should be possible to make tonic-grpc work with rust-protobuf, but nobody did it yet.
Right.
grpc-rs or grpc-rust should have examples.
Soon, definitely not. |
Beta Was this translation helpful? Give feedback.
-
I've gotten GRPC working with tonic (codegen and all). I've added it as an example to tonic. hyperium/tonic#1789 The setup is a little big kludgy but the usage works great! |
Beta Was this translation helpful? Give feedback.
grpc-rs, which depends on native C (or C++?) implementation
And there's tonic-grpc for prost protobuf. It should be possible to make tonic-grpc work with rust-protobuf, but nobody did it yet.
Right.
grpc-rs or grpc-rust should have examples.
Soon, definitely not.