Offered By: IBM
Streaming messages between client&server services using gRPC
Learn how to use gRPC unary calls, server streaming, client streaming, and bidirectional streaming to communicate between Java client and server services with Open Liberty.
Continue readingGuided Project
Open Liberty
At a Glance
Learn how to use gRPC unary calls, server streaming, client streaming, and bidirectional streaming to communicate between Java client and server services with Open Liberty.
- Unary RPC: The client sends a single request and receives a single response.
- Server streaming RPC: The client sends a single request and the server returns a stream of messages.
- Client streaming RPC: The client sends a stream of messages and the server responds with a single message.
- Bidirectional RPC: Both client and server send a stream of messages. The client and server can read and write messages in any order.
Estimated Effort
30 Minutes
Level
Beginner
Skills You Will Learn
Java
Language
English
Course Code
GPXX0BCEN