raincat-core

Parent pom providing dependency and plugin management for applications built with Maven

License

License

GroupId

GroupId

org.dromara
ArtifactId

ArtifactId

raincat-core
Last Version

Last Version

2.0.1-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

raincat-core
Parent pom providing dependency and plugin management for applications built with Maven
Project URL

Project URL

https://projects.spring.io/spring-boot/#/spring-boot-starter-parent/raincat-core
Project Organization

Project Organization

dromara

Download raincat-core

How to add to project

<!-- https://jarcasting.com/artifacts/org.dromara/raincat-core/ -->
<dependency>
    <groupId>org.dromara</groupId>
    <artifactId>raincat-core</artifactId>
    <version>2.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.dromara/raincat-core/
implementation 'org.dromara:raincat-core:2.0.1-RELEASE'
// https://jarcasting.com/artifacts/org.dromara/raincat-core/
implementation ("org.dromara:raincat-core:2.0.1-RELEASE")
'org.dromara:raincat-core:jar:2.0.1-RELEASE'
<dependency org="org.dromara" name="raincat-core" rev="2.0.1-RELEASE">
  <artifact name="raincat-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dromara', module='raincat-core', version='2.0.1-RELEASE')
)
libraryDependencies += "org.dromara" % "raincat-core" % "2.0.1-RELEASE"
[org.dromara/raincat-core "2.0.1-RELEASE"]

Dependencies

compile (7)

Group / Artifact Type Version
org.dromara : raincat-common jar 2.0.1-RELEASE
io.netty : netty-all jar 4.1.16.Final
com.alibaba : druid jar 1.0.29
org.apache.commons : commons-lang3 jar 3.3.2
org.aspectj : aspectjweaver jar 1.8.9
org.apache.zookeeper : zookeeper jar 3.4.9
com.lmax : disruptor jar 3.4.0

provided (9)

Group / Artifact Type Version
org.springframework : spring-jdbc jar 5.0.7.RELEASE
org.springframework : spring-aop jar 5.0.7.RELEASE
org.springframework : spring-aspects jar 5.0.7.RELEASE
org.springframework : spring-beans jar 5.0.7.RELEASE
org.springframework : spring-context jar 5.0.7.RELEASE
org.springframework : spring-context-support jar 5.0.7.RELEASE
org.springframework : spring-core jar 5.0.7.RELEASE
org.springframework : spring-tx jar 5.0.7.RELEASE
org.springframework.data : spring-data-mongodb jar 1.9.1.RELEASE

Project Modules

There are no modules declared in this project.

Raincat

Codacy Badge Total lines License Maven Central QQ群

A strongly consistent distributed transaction framework

Modules

  • raincat-admin: Transaction log management background

  • raincat-annotation : Framework common annotation

  • raincat-common : Framework common class

  • raincat-core : Framework core package (annotation processing, log storage...)

  • raincat-dashboard : Management background front-end

  • raincat-dubbo : Support for the dubbo framework Less than 2.7 version

  • raincat-motan : Support for the motan rpc framework

  • raincat-springcloud : Support for the spring cloud rpc framework

  • raincat-spring-boot-starter : Support for the spring boot starter

  • raincat-sample : Examples using the raincat framework

Features

  • All spring versions are supported and Seamless integration

  • Provides support for the springcloud dubbo motan RPC framework

  • Provides integration of the spring boot starter approach

  • Support Nested transaction

  • Local transaction storage support : redis mongodb zookeeper file mysql

  • Transaction log serialization support : java hessian kryo protostuff

  • Spi extension : Users can customize the storage of serialization and transaction logs

Transaction Role

  • Transaction starter : @TxTransaction for The entry point of the first section

  • Transaction participant : Rpc invoker in the method (Add @TxTransaction)

  • Transaction coordinator : Coordinate the rollback of commit transactions

Raincat-Manager

It is the coordinator of the transaction and USES netty communication framework to communicate with participants and initiators.

Use eureka as a registry to support cluster deployment.

Use redis to store transaction information.

It has to start early.

Prerequisite

  • You must use jdk1.8 +

  • You must be a user of the spring framework

  • You must use one of the dubbo, motan, and springcloud RPC frameworks

About

raincat is A strongly consistent distributed transaction framework.

Good concurrency support, blocking spring transaction thread commit.

When the execution of the slice is complete and there is no exception,

the submission command is sent asynchronously by the coordinator to achieve strong consistency.

If you want to use it or get a quick look at it. Quick Start

Stargazers

Stargazers over time

Flow

Support

Versions

Version
2.0.1-RELEASE
2.0.0-RELEASE