Listen "gRPC"
Episode Synopsis
Robert Blumen is a DevOps engineer at Salesforce interviewing Doug Fawley, a software engineer at Google. Doug is also the tech lead for the Golang implementation of gRPC. RPC, in general, is a system which enables any client and server to exchange messages. gRPC is Google's extension to the protocol, with support for more modern transports like HTTP/2. This allows for features like bidirectional streaming and stream multiplexing. It also enables better interoperability with load balancing, tracing, health checking, and authentication. To get started with gRPC, you would define your services and your messages using a language independent schema IDL protobuf. By explicitly stating what data you expect to receive, respond with, and error on, you can build a more reliable way of communication. In fact, many microservices have moved towards gRPC communication as opposed to something like REST, because of this level of introspection. gRPC is not technically a standard; it is, however, open source, and many languages have implementations against its spec. There's a very active community building tooling and resources, and for that reason, many of the largest software companies in the world have begun to implement it for their services. You can reach Doug on GitHub @dfawley. Links from this episode gRPC is a high-performance, open source universal RPC framework. protobuf is a language-neutral, platform-neutral, extensible mechanism for serializing structured data. gRPC web provides a JavaScript library that lets browser clients access a gRPC service. GRPCurl is a command-line tool that lets you interact with gRPC servers.
More episodes of the podcast Code[ish]
Engineering Excellence and AI Productivity
07/01/2026
AI Workflows for Support Ticket Integration
17/12/2025
AI Agents and Open Source
03/12/2025
Getting to the Heart of Twelve-Factor Apps
19/11/2025
Introducing Heroku Vibes
05/11/2025
Talking Traces and OpenTelemetry
22/10/2025
What's Possible with Heroku AppLink
24/09/2025
Agentforce for Developers
10/09/2025
ZARZA We are Zarza, the prestigious firm behind major projects in information technology.