January 2025
Intermediate to advanced
416 pages
12h 2m
English
Microservices applications require a lot of network communication between the various parts. Recall that we plan to develop a system comprising the Users, Reservation, Rental, Inventory, and Billing services. All of these services need to exchange information between them. This communication can be synchronous, where an application that requires some data from another system makes a network call and waits for the result, or asynchronous, where the requesting service receives a notification of the result when it completes. ...
Read now
Unlock full access