[protobuf] Unable to parse using google Protobuf in Python3.5

2018-06-04 Thread Arghya Basu
Error log trace === ts=2018-06-04T10:08:06.672Z lvl=info msg="UDF log" service=udf text=" request.ParseFromString(body)" ts=2018-06-04T10:08:06.672Z lvl=info msg="UDF log" service=udf text="google.protobuf.message.DecodeError: Error parsing message" ts=2018-06-04T10:08:06.672Z

Re: [protobuf] binary compatibility between versions 2.x and 3.x

2018-06-04 Thread madhav goyal
Hey Feng, Can you please tell what's the incompatibility between protoc_linux.2.5 and protobuf-java_3.x? I upgraded protobuf-java to 3.5 and tried to use it with protoc_linux.2.5 and I was able to compile, read/write with no issues. $protoc_linux --version libprotoc 2.5.0

Re: [protobuf] ANN: 1.0 GA of ProtoPoet, Java API for generating Protobuf files

2018-06-04 Thread Derek Perez
Hi Josh, thanks for the notes. Agreed there are many great ways to use protobuf, my main needs are source code oriented, so I'm scratching my own itch :). On Sun, Jun 3, 2018, 7:32 PM Josh Humphries wrote: > Hey, Derek, > This looks like a pretty cool project. One interesting thing about protos