There are many ways of communication between services. We can make use of REST/SOAP web services, RPCs or the more advanced technique gRPC with less latency. gRPC provides better features compare to other ways of message exchange. So, for communication between microservices we can use gRPC for example. Features of gRPC: gRPC Architecture: The architectureContinue reading “gRPC implementation in Springboot and microservices”