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 |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.simplesource |
ArtifactId | ArtifactIdsimplesaga-client |
Last Version | Last Version0.1.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple Sagas Process Management API
|
Filename | Size |
---|---|
simplesaga-client-0.1.7.pom | |
simplesaga-client-0.1.7.jar | 16 KB |
simplesaga-client-0.1.7-sources.jar | 7 KB |
simplesaga-client-0.1.7-javadoc.jar | 423 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.simplesource/simplesaga-client/ -->
<dependency>
<groupId>io.simplesource</groupId>
<artifactId>simplesaga-client</artifactId>
<version>0.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.simplesource/simplesaga-client/
implementation 'io.simplesource:simplesaga-client:0.1.7'
// https://jarcasting.com/artifacts/io.simplesource/simplesaga-client/
implementation ("io.simplesource:simplesaga-client:0.1.7")
'io.simplesource:simplesaga-client:jar:0.1.7'
<dependency org="io.simplesource" name="simplesaga-client" rev="0.1.7">
<artifact name="simplesaga-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.simplesource', module='simplesaga-client', version='0.1.7')
)
libraryDependencies += "io.simplesource" % "simplesaga-client" % "0.1.7"
[io.simplesource/simplesaga-client "0.1.7"]
Group / Artifact | Type | Version |
---|---|---|
io.simplesource : simplesaga-model | jar | 0.1.7 |
io.simplesource : simplesaga-shared | jar | 0.1.7 |
org.apache.kafka : kafka_2.12 | jar | 2.3.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.activation : activation | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.12.2 |
org.junit.jupiter : junit-jupiter-api | jar | 5.5.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.0 |
org.junit.platform : junit-platform-launcher | jar | 1.5.0 |
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