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

Flatbuffers for serialisation

Open tekjar opened this issue 6 years ago • 3 comments
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?

tekjar avatar Dec 24 '18 19:12 tekjar

Not now, but thanks for your suggestion. We have a Read/Write trait support for reducing data copying, though.

ice1000 avatar Dec 25 '18 06:12 ice1000

Seem we can already support using another codec? @BusyJay

siddontang avatar Dec 25 '18 14:12 siddontang

Yes, although we support protobuf out of box, but you are free to add/implement other codec support. See also #155.

BusyJay avatar Dec 25 '18 18:12 BusyJay