Saga Pattern
A business transaction spanning services runs as a sequence of local transactions, each publishing an event or reply that triggers the next; on failure, previously completed steps are undone by compensating transactions rather than a rollback. Orchestrated sagas centralize the sequencing logic; choreographed sagas distribute it through events.
This Concept is waiting for its first lesson!
A business transaction spanning services runs as a sequence of local transactions, each publishing an event or reply that triggers the next; on failure, previously completed steps are undone by compensating transactions rather than a rollback. Orchestrated sagas centralize the sequencing logic; choreographed sagas distribute it through events.
Are you a teacher? Sign in to start contributing.
Sign In