In this tutorial we will be implementing spring boot + gRPC Server Streaming call.
Client streaming gRPC is a communication pattern in which the client sends multiple messages to the server using a single gRPC connection. https://www.javainuse.com/boot3/grpc4