Enabling Googley microservices with gRPC (Alex Borysov, Software Engineer at Google)

Опубликовано: 28 Февраль 2026
на канале: jeeconf
1,345
31

Microservices architecture is not a free lunch, it significantly increases number of remote calls. This brings new challenges when it comes to network communication, so choosing a right RPC framework becomes crucial.

gRPC is a new generation RPC framework from Google, designed to improve performance and address complexity of network communication in distributed systems.

In this talk you will learn how gRPC helps to build reactive microservices architecture. We will go through some of the challenges we face when we build distributed systems and see how gPRC solves them.