Search⌘ K

Introduction

Explore how complex work is managed asynchronously in distributed systems. Understand methods such as two-phase commit and sagas, and implement an asynchronous workflow for order creation using event-driven architecture techniques.

We'll cover the following...

In the previous chapter, we used events to share information between the modules. ...