Why it matters
gRPC gives typed streaming. Understanding shapes microservices.
Advertisement
The architecture
proto: streaming rpc.
Java stub: async streams.
Multiplex over HTTP/2.
Advertisement
How it works end to end
Server-streaming: server → client many.
Bi-di: both direction async.
Backpressure via flow control.