February 2019
Intermediate to advanced
446 pages
10h 55m
English
You can perform the following steps to implement the booking order distributed transaction using sagas:
<dependency> <groupId>com.codebullets.saga-lib</groupId> <artifactId>saga-lib</artifactId> <version>3.2.0</version></dependency>
This provides basic saga features, such as distributed saga start/stop and the compensating transaction calls required for the implementation of sagas .
spring: cloud: stream: bindings: bookingOrderOutput: destination: amp.bookingOrdered contentType: application/*+avro billingInput: ...
Read now
Unlock full access