Skip to content
SP StackPractices

Tag: isolation

1 resource tagged with "isolation" on StackPractices.

Bulkhead Pattern

Isolate different parts of an application into pools so that a failure in one does not cascade to others. A resilience pattern for fault containment.