grpc-rs
grpc-rs copied to clipboard
Flatbuffers for serialisation
trafficstars
Is your feature request related to a problem? Please describe. Streaming/RPC using flatbuffers might be a lower overhead option to protobuf. Is this support planned?
Not now, but thanks for your suggestion.
We have a Read/Write trait support for reducing data copying, though.
Seem we can already support using another codec? @BusyJay
Yes, although we support protobuf out of box, but you are free to add/implement other codec support. See also #155.