Lesson 60 - Microservices and gRPC    
(May 20, 2019)

Googles Remote Procedure Call (gRPC) is another alternative for communicating between microservices. With gRPC we can achieve up to a 10X performance increase in communication latency over the same RESTful call. But what are the tradeoffs? In this lesson Mark Richards shows how gRPC works, show how to load balance with gRPC, and also shows the tradeoffs and offers advice on when to use gRPC between microservices and when not to use it. 

Reference Links:

Software Architecture Monday: https://bit.ly/3dadEe3
Fundamentals of Software Architecture: https://amzn.to/3rgFLjY
Software Architecture: The Hard Parts: https://amzn.to/3BjMMF2

Back To Lessons     Next Lesson



©1998-2024 DeveloperToArchitect