Re: [protobuf] Re: [grpc-io] grpcio examples for python 2.7

2016-09-15 Thread 'Feng Xiao' via grpc.io
Protobuf does not support defining custom field types. You need to represent your data using some existing protobuf field types and probably also write some helper functions to do translation between the proto type and the actual type you want to store. On Thu, Sep 15, 2016 at 8:48 AM, 'Nathaniel

Re: [grpc-io] grpcio examples for python 2.7

2016-09-15 Thread 'Nathaniel Manista' via grpc.io
+proto...@googlegroups.com once more with feeling On Thu, Sep 15, 2016 at 8:41 AM, Nathaniel Manista wrote: > +proto...@googlegroups.com > > On Wed, Sep 14, 2016 at 10:10 PM, wrote: > >> >>> gRPC Python sounds like a great fit for your use. >> I think the same. >> >> And another small question.

Re: [grpc-io] grpcio examples for python 2.7

2016-09-15 Thread 'Nathaniel Manista' via grpc.io
+proto...@googlegroups.com On Wed, Sep 14, 2016 at 10:10 PM, wrote: > >>> gRPC Python sounds like a great fit for your use. > I think the same. > > And another small question. A can't find mechanizm in documentation how > can i create user-define type. I need something like decimal, but in > "Sc

Re: [grpc-io] grpcio examples for python 2.7

2016-09-14 Thread muataimoto
>>> gRPC Python sounds like a great fit for your use. I think the same. And another small question. A can't find mechanizm in documentation how can i create user-define type. I need something like decimal, but in "Scalar Value Types" i can get only python float type. A search in this group, but

Re: [grpc-io] grpcio examples for python 2.7

2016-09-14 Thread 'Nathaniel Manista' via grpc.io
On Wed, Sep 14, 2016 at 9:50 PM, wrote: > I work with python 3.5 and 2.7. We has two part of system. One part use > python 2.7 and other - use 3.5. We start move first system on 3.5, but we > can't do it fast. Now we need to connect this part of the system and we > check grpcio. > gRPC Python s

Re: [grpc-io] grpcio examples for python 2.7

2016-09-14 Thread muataimoto
I work with python 3.5 and 2.7. We has two part of system. One part use python 2.7 and other - use 3.5. We start move first system on 3.5, but we can't do it fast. Now we need to connect this part of the system and we check grpcio. P.S. Thank you for your answer and sorry for my endlish :) ч

Re: [grpc-io] grpcio examples for python 2.7

2016-09-14 Thread 'Nathaniel Manista' via grpc.io
On Wed, Sep 14, 2016 at 9:49 AM, wrote: > Good evening. > Good evening from California! I can't find any documentation to start grpc server use python 2.7. Any > examples. > All of our examples are supported to work with Python 2.7 and 3.4. In examples i found, to start grpc server use concur

[grpc-io] grpcio examples for python 2.7

2016-09-14 Thread muataimoto
Good evening. I can't find any documentation to start grpc server use python 2.7. Any examples. In examples i found, to start grpc server use concurence, that only available in py3. Thanks for the answer -- You received this message because you are subscribed to the Google Groups "grpc.io" gr