gRPC Streaming

gRPC defines four RPC styles, three of which are streaming: server streaming, client streaming, and bidirectional streaming, all multiplexed over HTTP/2. The default streaming surface for service-to-service systems and Kubernetes-native APIs.

API entry from apis.yml

apis.yml Raw ↑
aid: streaming:grpc-streaming
name: gRPC Streaming
description: 'gRPC defines four RPC styles, three of which are streaming: server streaming, client streaming,
  and bidirectional streaming, all multiplexed over HTTP/2. The default streaming surface for service-to-service
  systems and Kubernetes-native APIs.'
humanURL: https://grpc.io
tags:
- Streaming
- Protocol
- HTTP2
- CNCF
properties:
- type: Documentation
  url: https://grpc.io/docs/what-is-grpc/core-concepts/
- type: GitHubRepository
  url: https://github.com/grpc/grpc