x-ream / acku

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

Home Page:http://reliable.xream.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

acku

http://acku.xream.io

license maven

mq transaction, with tcc option

code annotation

@EnableAckuManagement
@AckuProducer
@AckuOnConsumed

code config

implements DtoConverter

spring boot properties

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

maven dependency

<acku.version>0.2.0</acku.version>

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

About

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

http://reliable.xream.io

License:Apache License 2.0


Languages

Language:Java 99.1%Language:Dockerfile 0.9%Language:HTML 0.0%