Skip to content
forked from x-ream/acku

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

License

Notifications You must be signed in to change notification settings

nanlu714/reliable

 
 

Repository files navigation

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.3.RELEASE</reliable.version>

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.8%
  • Dockerfile 1.2%