Analogue of InProcessServerBuilder on rust
Open
- Dominant language
- Rust
- Stars
- 12.5k
- Forks
- 1.3k
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 24
Description
I would like to run the built-in grpc server inside my application and send requests there not through the network, but using memory. I found a similar way in JAVA:
https://grpc.github.io/grpc-java/javadoc/io/grpc/inprocess/InProcessServerBuilder.html
Is it possible to do something similar with tonic ?
Contributor guide
Assessment
This issue has not been assessed yet.