Re: Value Serialization Proposal for the New Client Protocol

2018-05-18 Thread Galen O'Sullivan
Hi Dan, That's a good question. In the simplest implementation, we would remove and not support JSON, but I suspect that JSON may be very useful for users of, say, Node, or just for easier client implementation. In which case we should keep it. Galen On 5/17/18 9:37 AM, Dan Smith wrote: Hi

Re: Value Serialization Proposal for the New Client Protocol

2018-05-17 Thread Dan Smith
Hi Galen, I put a bunch of comments inline in your wiki page. One general question - is the a proposal to change the default value encoding with the protobuf protocol from JSON to this new format? -Dan On Wed, May 16, 2018 at 5:06 PM, Galen O'Sullivan wrote: > Hi all, > > Some of my colleagues