https://martinjoo.dev/microservices-with-laravel-the-problem-with-monoliths we’ve talked about what’s the problem with monoliths and how do microservices solve these problems. The first big challenge that comes with microservices is storing data.
It’s called sync communication because everything happens in order: The browser sends an HTTP request to the Finance service and waits for a response The finance service sends a request to the Order service and waits for a response
Order service gets an HTTP POST request with the order data