Start of main content

gRPC client-side load balancing — why, what, how and WTF?

Day 4

RU

We'll talk about the popular technology for organizing interaction — gRPC. Let's talk about its main features and how to use them, focusing on the issue of load balancing. Usually, additional components are used for this task - nginx, envoy, istio, etc., but in some cases adding additional elements to the system is undesirable. Moreover, the Java implementation of gRPC is capable of many things on its own, but getting it to work is not so easy...

To figure out how to activate the required functionality, open manuals are lacking. To find out the truth, we will delve deeper into the Java code of GRPC, figure out how it was conceived by the authors, and try to figure out how to live with it further.

  • #bestpractices
  • #tuning

Speakers

Invited experts