>> That's 100% protobuf/gRPC

Yes agree. Sorry, I should be probably more clear. What I meant
"serialization format" in this case is jute's Record, which is still used
in the POC code base. The wire serialization format is protobuf, and it's
converted to / from Record through the rpc mapper utility. It's still
difficult to write a client because there needs to be language specific
implementations for the rpc mapper that maps jute Record to protobuf.

On Thu, Nov 21, 2019 at 6:56 AM Jordan Zimmerman <jor...@jordanzimmerman.com>
wrote:

> > 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
>

Reply via email to