gRPC & RPC

gRPC Channel

A logical connection to a gRPC endpoint that handles connection management, load balancing, and name resolution under the hood. Channels maintain a pool of HTTP/2 connections and automatically reconnect on failure. A single channel can multiplex thousands of concurrent RPCs. Channels are long-lived and expensive to create — share them across your application rather than creating per-request instances.

관련 프로토콜

관련 항목