Re: Writing serialized java Object to ZK

2013-06-24 Thread Noble Paul നോബിള്‍ नोब्ळ्
java serialized is not any more compact than json On Mon, Jun 24, 2013 at 10:02 PM, Shalin Shekhar Mangar < [email protected]> wrote: > My guess is that it is done to avoid running into the max payload > limit of a ZK node? > > On Mon, Jun 24, 2013 at 9:59 PM, Noble Paul നോബിള്‍ नोब्ळ् >

Re: Writing serialized java Object to ZK

2013-06-24 Thread Shalin Shekhar Mangar
My guess is that it is done to avoid running into the max payload limit of a ZK node? On Mon, Jun 24, 2013 at 9:59 PM, Noble Paul നോബിള്‍ नोब्ळ् wrote: > OverseerCollectionProcessor.run() writes a serialized java Object to ZK. Is > it by design? It makes it really hard to debug some ZK messages

Writing serialized java Object to ZK

2013-06-24 Thread Noble Paul നോബിള്‍ नोब्ळ्
OverseerCollectionProcessor.run() writes a serialized java Object to ZK. Is it by design? It makes it really hard to debug some ZK messages . I feel we should be consistent in what we write to ZK and it shold always be json -- - Noble Paul