February 2018
Beginner to intermediate
316 pages
9h 33m
English
Our objective with the Strangler pattern is to allow users to freely move back and forth between the new cloud-native system and the legacy system and work on the same data. This allows us to incrementally port features over time, because some features can be used in the new system, while other features that have not yet been ported are still available in the legacy system. To achieve this objective, we need to implement bi-directional synchronization between the systems.
To facilitate this process, we will be creating one or more ESG components to act as the asynchronous anti-corruption layer between the systems. The ESG acts as an adapter that is responsible for transforming the domain events ...
Read now
Unlock full access