com.actionsky:txle-persistence

A distributed transaction solution and can guarantee the final consistency of the business data.

License

License

GroupId

GroupId

com.actionsky
ArtifactId

ArtifactId

txle-persistence
Last Version

Last Version

2.19.11.0
Release Date

Release Date

Type

Type

pom
Description

Description

A distributed transaction solution and can guarantee the final consistency of the business data.
Project Organization

Project Organization

The Apache Software Foundation

Download txle-persistence

Filename Size
txle-persistence-2.19.11.0.pom 803 bytes
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.actionsky/txle-persistence/ -->
<dependency>
    <groupId>com.actionsky</groupId>
    <artifactId>txle-persistence</artifactId>
    <version>2.19.11.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.actionsky/txle-persistence/
implementation 'com.actionsky:txle-persistence:2.19.11.0'
// https://jarcasting.com/artifacts/com.actionsky/txle-persistence/
implementation ("com.actionsky:txle-persistence:2.19.11.0")
'com.actionsky:txle-persistence:pom:2.19.11.0'
<dependency org="com.actionsky" name="txle-persistence" rev="2.19.11.0">
  <artifact name="txle-persistence" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.actionsky', module='txle-persistence', version='2.19.11.0')
)
libraryDependencies += "com.actionsky" % "txle-persistence" % "2.19.11.0"
[com.actionsky/txle-persistence "2.19.11.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • saga-persistence-jpa

txle logo

txle | 中文 License Gitter

txle is a distributed transaction solution and can guarantee the final consistency of the business data.

Feature

  • Multiple ways to guarantee the final consistency of the business data.
  • High performance. The impact of a single branch transaction on business performance is around 2ms.
  • Low invasion. It can work by setting 2 annotations.
  • Support quick start by Docker.
  • Support service downgrading. No effect to main business in case of irresistible factors.
  • Support for exception snapshot processing.
  • Support both timeout and retry.

Architecture

txle architecture

Quick Start

Follow instructions in QuickStart.md.
Please refer to the Chinese documentation for more details.

History

txle is based on ServiceComb Pack. First of all, thanks to the contributors from ServiceComb Pack.

For txle, more attention on financial field and it can work in a lot of complex business cases. Moreover, there were significant improvements on Stability and Performance, especially the QPS, it was increased for several times.

Community

  • QQ group: 696990638
  • WeChat Subscription QR code
    txle

Contribution

Contributions are welcomed and greatly appreciated. See CONTRIBUTION.md for details on submitting patches and the contribution workflow.

com.actionsky

ActionTech

Versions

Version
2.19.11.0
2.19.10.0