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 <porous...@gmail.com> wrote: > So my byte strings are basically kafka

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

2017-07-02 Thread Tanmay Saha
ings. On Sat, Jul 1, 2017 at 3:24 AM, Jisi Liu <liuj...@google.com> wrote: > ParseFromString only takes the binary string that SerializeToString() > generates. I don't know you get the input bytes, but you probably would > have to decode it first. > > On Fri, Jun 30, 2017 at