> The proof of concept is still using jute as serialization format, which > makes write a client library harder. Use protobuf as serialization format > might achieve this goal the marshal / unmarshal code can be generated > automatically.
No it doesn't. Have you seen "zookeeper.proto"? That's 100% protobuf/gRPC. -Jordan