RSS

Google Cloud PubSub - with the power of gRPC!

Google Cloud PubSub is Google’s scalable real-time messaging service that lets users send and receive messages between independent applications. It’s an important part of Google Cloud Platform’s big data offering, and is used by customers worldwide to build their own robust, global services. However, until now, the only way to use the Cloud PubSub API was via JSON over HTTP. That’s all changed with the release of PubSub gRPC alpha. Now users can access PubSub via gRPC and benefit from all the advantages it brings.

Alpha instructions and gRPC code are now available for gRPC PubSub in Python and Java.

But what if you want to use this service now with gRPC in another language - C#, say, or Ruby? Once you have a Google account, with a little bit of extra work you can do that too! You can use the tools and the instructions on our site to generate and use your own gRPC client code from the PubSub service’s .proto file, available from GitHub.

Read the full Google Cloud PubSub announcement

Find out more about using Google Cloud PubSub