Skip to content
/ acku Public

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

x-ream/acku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 13, 2024
d2d96cd · Mar 13, 2024

History

10 Commits
Dec 10, 2023
Mar 13, 2024
Dec 10, 2023
Mar 13, 2024
Dec 10, 2023
Dec 10, 2023
Mar 31, 2022
Mar 31, 2022
Dec 10, 2023
Mar 31, 2022
Mar 31, 2022
Mar 13, 2024

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages