Skip to content

Event-driven

Patterns where the unit of work is an event, not a function call.

Pub/sub with regions and theming

Producers emit events via a central bus; consumers subscribe. The emerald-teal theme plus a regioned fan-out makes the "one-to-many" shape obvious at a glance.

Event sourcing

State is a reduction over an append-only log. Compact, plain styling here — no regions, no badges — lets the next page read as "and now the complicated version."

Retries and dead-letter queue

One unhealthy subscriber gradually drives the system toward its dead-letter branch. Hover to scrub: frame 1 is the steady state, frame 2 flags sub-2 red, frame 3 routes the failed message into the DLQ with a retries note.

Frame 1 / 1–3
frame-gallery-dlq (SVG, frame 1)

Saga state machine

Compact linear flow with one compensating branch. Minimal styling — a good compact finisher after the three richer ones.

Edit this pageLast updated: