Codec
Currently rpcx supports four type of codec:
Service use the same codec with clients. Clients set SerializeType in options. The default option use msgpack.
No codec for data and use raw slice of bytes.
Clients and serices can encode/decode payload by their customized codec, for example, Avro.
But its performance is not better than protobuf and messagepack.
is a performant codec by Google and it is used in grpc and many projects.
By smallnest updated 2018-12-04 11:47:26