grpc-rust icon indicating copy to clipboard operation
grpc-rust copied to clipboard

Rust implementation of gRPC

Results 61 grpc-rust issues
Sort by recently updated
recently updated
newest added

Can you please provide a route guide server and client in the examples (you've already got the protobuf there) so we can see how to properly handle a streaming request...

So far, I love this crate! But it's pretty unintuitive how printing the generated structs with `{:?}` formatting doesn't do anything at all (no compile-time error, just nothing where a...

To accomplish this, there will have to be a decent number of backwards incompatible changes, but moving towards long-term stability and interoperability with the async I/O ecosystem, this may be...

I'm currently writing an application which exposes a gRPC service. This application, however, performs other async tasks, not only running the server. I would like to use tokio runtime to...

What is the current status of this project? Is it still maintained? Are there plans to keep working on it? This seems to be the most complete (and for the...

it would be nice grpc-rust/protoc-rust-grpc/src/lib.rs returns a proper error on missing compiler, wrong version etc. instead of panic. That would on different platforms just throw a warning from build.rs when...

Implement per-call load balancing. See https://github.com/grpc/grpc/blob/master/doc/load-balancing.md.

as title, and also, how to implement reconnection?

Hi @stepancheg, thank your for the excellent work. I've found that current performance is not very good (about 10x slower then go). I know it is in the TODO list,...