Was looking at RPC framework for a project, in the end I went with Apache Thrift since at that time there was no Python 3 support for gRPC [1]. IIRC Thrift also lacks support for my project's Python version (3.5) but at least I can use thriftpy [2]. https://github.com/grpc/grpc/issues/282 https://github.com/eleme/thriftpy
gRPC: Internet-scale RPC framework is now 1.0
11–20 of 111 posts
Re: gRPC: Internet-scale RPC framework is now 1.0
#12Re: gRPC: Internet-scale RPC framework is now 1.0
#13The last time I tried gRPC with Python in Windows it didn't compile out of the box.
Re: gRPC: Internet-scale RPC framework is now 1.0
#14Anyone here who tried out gRPC or is using it in production, and can share some experiences?
Re: gRPC: Internet-scale RPC framework is now 1.0
#15Was looking at RPC framework for a project, in the end I went with Apache Thrift since at that time there was no Python 3 support for gRPC [1]. IIRC Thrift also lacks support for my project's Python version (3.5) but at least I can use thriftpy [2]. https://github.com/grpc/grpc/issues/282 https://github.com/eleme/thriftpy
Re: gRPC: Internet-scale RPC framework is now 1.0
#16The last time I tried gRPC with Python in Windows it didn't compile out of the box.
Re: gRPC: Internet-scale RPC framework is now 1.0
#17Was looking at RPC framework for a project, in the end I went with Apache Thrift since at that time there was no Python 3 support for gRPC [1]. IIRC Thrift also lacks support for my project's Python version (3.5) but at least I can use thriftpy [2]. https://github.com/grpc/grpc/issues/282 https://github.com/eleme/thriftpy
We put in a lot of work to make gRPC work well with python 3.5, so give it a try if possible. disclaimer: I work on gRPC.
Re: gRPC: Internet-scale RPC framework is now 1.0
#18What's missing to get client/server stub in pure C?
Re: gRPC: Internet-scale RPC framework is now 1.0
#19Re: gRPC: Internet-scale RPC framework is now 1.0
#20Is "internet scale" the new "web scale"?