December 23, 2019

117 words 1 min read

Using gRPC for Long-lived and Streaming RPCs

Using gRPC for Long-lived and Streaming RPCs

Support for long-lived RPCs and streaming RPCs is a core benefit of using gRPC. While such RPCs have fundamental advantages, they also have inherent complications versus "normal" single-request, singl …

Talk Title Using gRPC for Long-lived and Streaming RPCs
Speakers Eric Anderson (Staff Software Engineer, Google)
Conference KubeCon + CloudNativeCon North America
Conf Tag
Location Seattle, WA, USA
Date Dec 9-14, 2018
URL Talk Page
Slides Talk Slides
Video

Support for long-lived RPCs and streaming RPCs is a core benefit of using gRPC. While such RPCs have fundamental advantages, they also have inherent complications versus “normal” single-request, single-response RPCs. Learn when it is advantageous to use these more advanced features, potential gotchas, and ways to address them.

comments powered by Disqus