Anti Corruption Layer
An Anti-Corruption Layer (ACL) is an architectural pattern, originating from Domain-Driven Design, that introduces a translation layer between two systems or bounded contexts with different data models or semantics, preventing the concepts, assumptions, or 'corruption' of one system's model from leaking into and…
5 resources across 2 libraries
Glossary Terms(4)
Bulkhead Pattern
The Bulkhead pattern is a resilience design pattern, named after the watertight compartments in a ship's hull, that isolates elements of an application into se…
Retry Pattern
The Retry pattern is a resilience design pattern in which an operation that fails due to a transient fault is automatically re-attempted, typically with a dela…
Strangler Fig Pattern
The Strangler Fig pattern is a software migration strategy, named after the strangler fig plant that gradually envelops and replaces a host tree, in which a le…
Anti-Corruption Layer
An Anti-Corruption Layer (ACL) is an architectural pattern, originating from Domain-Driven Design, that introduces a translation layer between two systems or b…