Simple Sagas
A saga is a protocol for executing distributed transactions.
Simple Sagas is a framework for defining and executing sagas using Kafka.
Documentation is available at the Simple Sourcing microsite
License |
License |
---|---|
GroupId | GroupIdio.simplesource |
ArtifactId | ArtifactIdsimplesaga-parent |
Last Version | Last Version0.1.7 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionsimplesagas
Simple Sagas Process Management API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
simplesaga-parent-0.1.7.pom | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.simplesource/simplesaga-parent/ -->
<dependency>
<groupId>io.simplesource</groupId>
<artifactId>simplesaga-parent</artifactId>
<version>0.1.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.simplesource/simplesaga-parent/
implementation 'io.simplesource:simplesaga-parent:0.1.7'
// https://jarcasting.com/artifacts/io.simplesource/simplesaga-parent/
implementation ("io.simplesource:simplesaga-parent:0.1.7")
'io.simplesource:simplesaga-parent:pom:0.1.7'
<dependency org="io.simplesource" name="simplesaga-parent" rev="0.1.7">
<artifact name="simplesaga-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.simplesource', module='simplesaga-parent', version='0.1.7')
)
libraryDependencies += "io.simplesource" % "simplesaga-parent" % "0.1.7"
[io.simplesource/simplesaga-parent "0.1.7"]
Group / Artifact | Type | Version |
---|---|---|
javax.activation : activation | jar | 1.1.1 |
A saga is a protocol for executing distributed transactions.
Simple Sagas is a framework for defining and executing sagas using Kafka.
Documentation is available at the Simple Sourcing microsite