Software Engineering KB

Home

❯

04 Systems and Infrastructure

❯

02 Distributed Systems

❯

00 Category

❯

Distributed System Patterns

Distributed System Patterns

Feb 10, 20261 min read

  • distributed-systems
  • patterns

Distributed System Patterns

Back: Distributed Systems

Proven design patterns for building resilient distributed systems. These patterns address common challenges like cascading failures, distributed transactions, and coordination, providing reusable solutions that have been battle-tested in production.

Concepts

  • Circuit Breaker
  • Bulkhead
  • Retry with Exponential Backoff
  • Saga Pattern
  • Sidecar Pattern
  • Leader Election

distributed-systems patterns


Graph View

  • Distributed System Patterns
  • Concepts

Backlinks

  • Bulkhead
  • Circuit Breaker
  • Leader Election
  • Retry with Exponential Backoff
  • Saga Pattern
  • Sidecar Pattern
  • Distributed Systems

Created with Quartz v4.5.2 © 2026

  • GitHub