December 8, 2019

158 words 1 min read

gRPC Deep Dive: Prevent Your Service From Overtaking Itself

gRPC Deep Dive: Prevent Your Service From Overtaking Itself

In any distributed system, it is very common to have mismatched processing power on sending (client) and receiving (server) side. This can result in failures or excessive buffering of messages on eith …

Talk Title gRPC Deep Dive: Prevent Your Service From Overtaking Itself
Speakers Lidi Zheng (Software Engineer, Google)
Conference KubeCon + CloudNativeCon North America
Conf Tag
Location San Diego, CA, USA
Date Nov 15-21, 2019
URL Talk Page
Slides Talk Slides
Video

In any distributed system, it is very common to have mismatched processing power on sending (client) and receiving (server) side. This can result in failures or excessive buffering of messages on either side leading to out-of-memory situation. Fortunately, gRPC has a flow control mechanism that transparently throttles the traffic to protect both services. In this presentation, we will dive into how does networking protocols (like TCP, HTTP, gRPC) control traffic, and how gRPC flow control facilitate your usage of the bandwidth between your services.

comments powered by Disqus