[protobuf] Re: gRPC: Google's RPC framework that works with Protocol Buffers

2015-03-16 Thread Kristian Hermansen
On Tuesday, March 10, 2015 at 6:08:39 PM UTC-7, Feng Xiao wrote: In case you are not yet aware of: Google has open-sourced its own RPC framework, named gRPC, about two weeks ago. gRPC website: http://www.grpc.io/ It's basically Google's official RPC implementation for Protocol Buffers

[protobuf] Protobuf lazy parsing

2015-03-16 Thread Kaspar Fischer
Hey! I'm looking at the current master branch and see that there is a lazy option for Protobuf fields. I have two questions regarding this feature in Java. 1. Has lazy already been implemented in the public version of Protobuf? If so, in which version? (I know from this post

Re: [protobuf] Protobuf lazy parsing

2015-03-16 Thread 'Feng Xiao' via Protocol Buffers
On Thu, Mar 12, 2015 at 11:37 AM, Kaspar Fischer kaspar.fisc...@dreizak.com wrote: Hey! I'm looking at the current master branch and see that there is a lazy option for Protobuf fields. I have two questions regarding this feature in Java. 1. Has lazy already been implemented in the

[protobuf] Re: Unable to get protobuf 2.6.1 working with python2.7

2015-03-16 Thread Sreeram Boyapati
I have got the same issue. Is there any work around. After I ignored it. Got an ImportError that from google.protobuf.pyext import _message not found. using source from github On Wednesday, 28 January 2015 18:57:54 UTC+5:30, Arun Chandrasekaran wrote: Hi, I am on Ubuntu 14.10 and I'm using

[protobuf] Protobuf V3 Alpha 2 Python: having trouble on using message_factory

2015-03-16 Thread Ahmed ElNahas
Hello All, I am having trouble on using message_factory module. I am trying to use the GetMessages function . I tried to created a FileDescriptorProto and supply it but GetMessage raises an Attribute exception. I am not sure what I am missing. below is the code that I supplied. I used the

[protobuf] Protobuf Buffers v3.0.0-alpha-2 python : using message_factory module python

2015-03-16 Thread Ahmed ElNahas
HI All, I am running protobu 3.0 alpha 2 on python. I have been trying to use the message_factory module as a way to dynamically build protobuf messages. One of the functions that I am interested in is the GetMessages that will retrieve a dictionary of messages in some proto file. I tried to

Re: [protobuf] Re: gRPC: Google's RPC framework that works with Protocol Buffers

2015-03-16 Thread 'Feng Xiao' via Protocol Buffers
On Sun, Mar 15, 2015 at 1:50 AM, Kristian Hermansen kristian.herman...@gmail.com wrote: On Tuesday, March 10, 2015 at 6:08:39 PM UTC-7, Feng Xiao wrote: In case you are not yet aware of: Google has open-sourced its own RPC framework, named gRPC, about two weeks ago. gRPC website: