Re: [protobuf] Unable to read nested message

2016-03-14 Thread Roberto Hashioka
Understood. Thanks for the clarification Feng! On Mon, Mar 14, 2016 at 3:13 PM, Feng Xiao wrote: > > > On Wed, Mar 9, 2016 at 4:42 AM, Roberto Hashioka < > roberto.hashi...@docker.com> wrote: > >> Hello, >> >> I'm using protobuf 2.6.1 with python

[protobuf] Unable to read nested message

2016-03-14 Thread Roberto Hashioka
Hello, I'm using protobuf 2.6.1 with python and Kafka. When I send a message with the following format: message BaseEvent { required string trx_id = 1; required string source = 2; required int64 occur_time = 3; required EventType ty