• Stars
    star
    166
  • Rank 227,748 (Top 5 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created almost 5 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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.1.0</acku.version>

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