/reliable

mq transaction, tcc, eventually consistency. tx life cycle: all listeners handled, if necessary, produce next message

Primary LanguageJavaApache License 2.0Apache-2.0

reliable

http://reliable.xream.io

license maven

mq transaction, with tcc option

code annotation

(x7/x7-reyc/io.xream.x7.reliable:)
@EnableReliabilityManagement
@ReliableProducer
@ReliableOnConsumed

code config

implements DtoConverter

spring boot properties

reliable.app=reliable-app (k8s service name)
#reliable.app=http://ip:7717 (ip:port)

maven dependency

<reliable.version>1.1.0.RELEASE</reliable.version>

<dependency>
    <groupId>io.xream.reliable</groupId>
    <artifactId>reliable-spring-boot-starter</artifactId>
    <version>${reliable.version}</version>
</dependency>