← Graph

Use gRPC for high-performance internal service communication

takeaway 2 connections

Emiliano's recommendation: pick gRPC when communicating between different systems in the same architecture and performance is paramount. Accept the protofile-driven contract overhead and harder debugging for the streaming/serialization speed wins.

type
recommendation
takeaway Use gRPC for high-performance internal service communication
about
gRPC tool
Recommendation covers when to pick gRPC.
takeaway Use gRPC for high-performance internal service communication
from_talk
Concluding recommendation of the talk.

Provenance