Skip to content

Topic

Saga pattern

A distributed transaction technique that replaces a single atomic commit with a series of local steps, each paired with a compensating action that undoes it if a later step fails.

Current clusters