Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

0.1.0

Compare
Choose a tag to compare
@nomisRev nomisRev released this 30 Aug 17:28
· 79 commits to main since this release

First release of Saga.

Kotlin implementation of the Saga pattern for distributed transaction build on top Kotlin's suspension system.
Offer a convenient saga { } DSL, and parallel compositional combinators such as parZip and parTraverse.