Live data from Hacker News

gRPC: Internet-scale RPC framework is now 1.0

cloudplatform.googleblog.com

1–10 of 111 posts

Re: gRPC: Internet-scale RPC framework is now 1.0

#5
post #4

Anyone 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

#7
post #4

Anyone 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

#8
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

Post reply on HN