gRPC & RPC

Unary RPC

The simplest gRPC pattern — a single request from the client receives a single response from the server, analogous to a standard HTTP request-response cycle. Unary RPCs are the most common pattern and the easiest to reason about for error handling and deadlines. The client blocks until the server responds or the deadline expires. All gRPC interceptors, deadlines, and retry policies apply to unary calls.

Protocoles associés

Mentionné dans les guides

Voir aussi