logo

The RPC Revolution: Getting the Most Out of gRPC

2023-04-20

Authors:   Richard Belleville, Kevin Nilson


Summary

The presentation discusses various aspects of running an RPC-based system using gRPC, including API design, developer velocity, and operating the system in production.
  • Resource orientation and concurrency considerations
  • Proto-c and produce plugins
  • Debugging utilities
The speaker mentions that Google inserts gRPC-related articles into his news feed, including clickbaity articles like 'gRPC versus REST: Which is Best?'

Abstract

gRPC has changed the way people design and deploy their APIs. But many people have just scratched the surface of the depth gRPC has to offer. In this talk, we'll cover advanced gRPC topics including atomicity concerns, custom code generation, and many others. We'll then cover recent updates in the gRPC ecosystem.

Materials:

Post a comment