com.actionsky:txle-transport-feign

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

License

License

Categories

Categories

Feign Net HTTP Clients
GroupId

GroupId

com.actionsky
ArtifactId

ArtifactId

txle-transport-feign
Last Version

Last Version

2.19.11.0
Release Date

Release Date

Type

Type

jar
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-transport-feign

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
io.github.openfeign : feign-core jar 9.5.1
org.springframework : spring-context jar
org.springframework.boot : spring-boot-autoconfigure jar
javax.servlet : javax.servlet-api jar
com.actionsky : txle-context jar 2.19.11.0
com.actionsky : txle-transaction jar 2.19.11.0

test (9)

Group / Artifact Type Version
org.springframework : spring-web jar
org.springframework : spring-webmvc jar
org.springframework : spring-test jar 4.3.18.RELEASE
org.slf4j : slf4j-simple jar
junit : junit jar 4.12
org.mockito : mockito-core jar 2.16.0
org.hamcrest : hamcrest-all jar 1.3
com.github.tomakehurst : wiremock-standalone jar 2.6.0
com.github.seanyinx : unit-scaffolding jar 1.0.0

Project Modules

There are no modules declared in this project.

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