gRPC: Internet-scale RPC framework is now 1.0
cloudplatform.googleblog.com
gRPC: Internet-scale RPC framework is now 1.0
1–10 of 111 posts
Re: gRPC: Internet-scale RPC framework is now 1.0
#2What's missing to get client/server stub in pure C?
Re: gRPC: Internet-scale RPC framework is now 1.0
#3[deleted]
Re: gRPC: Internet-scale RPC framework is now 1.0
#4Anyone 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
#5Anyone here who tried out gRPC or is using it in production, and can share some experiences?
I'm not using it outside of Google but I will start for some personal projects with this announcement. I can say that it is one of the best parts of our tech stack and one of the great things about building systems here.
Re: gRPC: Internet-scale RPC framework is now 1.0
#6The 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
#7Anyone here who tried out gRPC or is using it in production, and can share some experiences?
caveat: I work in gRPC team.
read target blogpost link to get a sense of experience of some of the companies. https://cloudplatform.googleblog.com/2016/08/gRPC-a-true-Int...
Re: gRPC: Internet-scale RPC framework is now 1.0
#8Was 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
#9So how does service discovery work? Where do I read more?
Re: gRPC: Internet-scale RPC framework is now 1.0
#10> Or go straight to Quick Start in the language of your choice:
No plain-old-C?
That's a shame.