SpringBoot Microservice Saga Orchestration design pattern

Microservice Saga Orchestration design pattern

License

License

GroupId

GroupId

io.github.dilsh0d
ArtifactId

ArtifactId

spring-microservice-saga
Last Version

Last Version

0.0.6
Release Date

Release Date

Type

Type

jar
Description

Description

SpringBoot Microservice Saga Orchestration design pattern
Microservice Saga Orchestration design pattern
Source Code Management

Source Code Management

https://github.com/Dilsh0d/SpringBoot-Microservice-Saga

Download spring-microservice-saga

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.dilsh0d/spring-microservice-saga/ -->
<dependency>
    <groupId>io.github.dilsh0d</groupId>
    <artifactId>spring-microservice-saga</artifactId>
    <version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dilsh0d/spring-microservice-saga/
implementation 'io.github.dilsh0d:spring-microservice-saga:0.0.6'
// https://jarcasting.com/artifacts/io.github.dilsh0d/spring-microservice-saga/
implementation ("io.github.dilsh0d:spring-microservice-saga:0.0.6")
'io.github.dilsh0d:spring-microservice-saga:jar:0.0.6'
<dependency org="io.github.dilsh0d" name="spring-microservice-saga" rev="0.0.6">
  <artifact name="spring-microservice-saga" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dilsh0d', module='spring-microservice-saga', version='0.0.6')
)
libraryDependencies += "io.github.dilsh0d" % "spring-microservice-saga" % "0.0.6"
[io.github.dilsh0d/spring-microservice-saga "0.0.6"]

Dependencies

compile (5)

Group / Artifact Type Version
org.springframework.data : spring-data-redis jar 2.4.3
io.lettuce : lettuce-core jar 6.0.2.RELEASE
org.springframework.kafka : spring-kafka jar 2.6.5
com.fasterxml.jackson.core : jackson-databind jar 2.12.2
org.springframework.boot : spring-boot-starter Optional jar 2.4.3

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test Optional jar 2.4.3

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1