In this lecture, we will learn how to implement and test bidirectional-streaming RPC with Java.
View all videos of the complete gRPC course in this playlist:
Gitlab repository:
- Golang:
- Java:
If you’re using microservices architecture, you definitely want to try gRPC. It is super-fast, strongly-typed, and you no longer need to write a lot of boilerplate codes for inter-service communication. Thanks t