Real-Time & Streaming

gRPC Streaming

gRPC supports four communication patterns: unary (single request, single response), server streaming (single request, multiple responses), client streaming (multiple requests, single response), and bidirectional streaming (multiple requests and responses). gRPC status codes like OK (0), CANCELLED (1), and DEADLINE_EXCEEDED (4) apply to all patterns.

Giao thức liên quan

Được đề cập trong hướng dẫn

Tình huống liên quan

Được định nghĩa trong

Hướng dẫn quyết định

Xem thêm