Re: [protobuf] Protobuf in python during message deserialization complains about 'Unexpected end-group tag.'

2017-07-02 Thread Tanmay Saha
And I also converted them to hex strings, cause I noticed a lot of hex symbols in the strings, like A0, F3, and stuff. Tell me what else should I be looking into? On Mon, Jul 3, 2017 at 10:18 AM, Tanmay Saha wrote: > So my byte strings are basically kafka generated

Re: [protobuf] Protobuf in python during message deserialization complains about 'Unexpected end-group tag.'

2017-07-02 Thread Tanmay Saha
So my byte strings are basically kafka generated protobuf strings stored in sequential files as ".gz" files. Now I am reading them and trying to create a spark rdd to run analytics on them. When I try to print the strings I have, they are basically bytes and not the "usual" strings. On Sat, Jul

Re: [protobuf] why not 150

2017-07-02 Thread Marc Gravell
can you perhaps clarify the question? On 2 Jul 2017 2:18 p.m., "Jing Lupeng" wrote: > > https://developers.google.com/protocol-buffers/docs/encoding#structure > > > >