gRPC

No Change
assess
First Added:December 21, 2025 Updated: July 29, 2026

gRPC. A high-performance, open source universal RPC framework We assess it under Technique in the garden.

Summary

Key points:

TopicNotes
TransportHTTP/2; binary Protobuf payloads
StrengthsStreaming, strong contracts, efficient internal calls
RisksRPC impedance across teams; debugging and versioning tax
Local / IPCDocker, Terraform, and similar tools use gRPC-shaped local APIs
AlternativesREST (default), GraphQL (hold for new greenfield)

Details

TopicNotes
TransportHTTP/2; binary Protobuf payloads
StrengthsStreaming, strong contracts, efficient internal calls
RisksRPC impedance across teams; debugging and versioning tax
Local / IPCDocker, Terraform, and similar tools use gRPC-shaped local APIs
AlternativesREST (default), GraphQL (hold for new greenfield)