An open API service indexing awesome lists of open source software.

https://github.com/x-ream/acku

mq transaction, tcc, eventually consistency. tx life cycle: all listeners handled, if necessary, produce next message
https://github.com/x-ream/acku

distribution kafka mq reliable tcc transaction tx xream

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# acku
[http://acku.xream.io](http://acku.xream.io)

[![license](https://img.shields.io/github/license/x-ream/acku.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
[![maven](https://img.shields.io/maven-central/v/io.xream.acku/acku.svg)](https://search.maven.org/search?q=io.xream)

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
```xml
0.2.0

io.xream.acku
acku-spring-boot-starter
${acku.version}

```