quic-rpc
quic-rpc copied to clipboard
A streaming rpc system based on quic
I want use it in java project. how to binding it to java?
We use postcard a lot at n0. I like it because it is a very simple format. I think it will still be fast enough despite all the varints.
Current naming is a bit confusing if you don't know QUIC. E.g. a connection is a thing that can give you bidi streams, but from TCP you would expect that...
`[email protected]` broke the minimal crates requirements cc @flub @rklaehn Ref: https://github.com/n0-computer/quic-rpc/actions/runs/11671267718/job/32497265289?pr=109
Currently, changes in the RPC protocol require either very careful versioning, or you will run into the issue that some RPC methods will just break in a very silent/annoying way...
I was looking in the codebase and saw that you are not using the tracing with instruments only with span events well said, what do you think about changing the...