com.actionsky:txle-server

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

Лицензия

Лицензия

Группа

Группа

com.actionsky
Идентификатор

Идентификатор

txle-server
Последняя версия

Последняя версия

2.19.11.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

A distributed transaction solution and can guarantee the final consistency of the business data.
Организация-разработчик

Организация-разработчик

The Apache Software Foundation

Скачать txle-server

Как подключить последнюю версию

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

Зависимости

compile (28)

Идентификатор библиотеки Тип Версия
io.grpc : grpc-protobuf jar 1.14.0
io.grpc : grpc-netty jar 1.14.0
com.actionsky : txle-contract-grpc jar 2.19.11.0
com.actionsky : txle-core jar 2.19.11.0
com.actionsky : txle-common jar 2.19.11.0
org.springframework.boot : spring-boot-starter jar
org.springframework.boot : spring-boot-starter-log4j2 jar
com.actionsky : txle-persistence-jpa jar 2.19.11.0
org.springframework.boot : spring-boot-starter-web jar
org.springframework.boot : spring-boot-starter-actuator jar
com.lmax : disruptor jar 3.3.7
javax.interceptor : javax.interceptor-api jar 1.2
io.netty : netty-tcnative-boringssl-static jar 2.0.7.Final
mysql : mysql-connector-java jar
com.esotericsoftware : kryo jar 4.0.1
com.alibaba : fastjson jar 1.2.49
org.springframework.cloud : spring-cloud-starter-consul-discovery jar 1.3.6.RELEASE
io.zipkin.brave : brave jar 5.6.3
org.apache.zipkin.reporter2 : zipkin-sender-okhttp3 jar 2.8.3
io.zipkin.brave : brave-instrumentation-okhttp3 jar 5.6.3
io.zipkin.brave : brave-instrumentation-http jar 5.6.3
io.zipkin.brave : brave-instrumentation-httpclient jar 5.6.3
io.zipkin.brave : brave-instrumentation-servlet jar 5.6.3
io.zipkin.brave : brave-instrumentation-spring-web jar 5.6.3
io.zipkin.brave : brave-instrumentation-spring-webmvc jar 5.6.3
io.zipkin.brave : brave-instrumentation-grpc jar 5.6.3
io.zipkin.brave : brave-instrumentation-mysql jar 5.6.3
io.zipkin.brave : brave-context-slf4j jar 5.6.3

runtime (1)

Идентификатор библиотеки Тип Версия
org.postgresql : postgresql jar

test (7)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-test jar 1.5.14.RELEASE
org.hsqldb : hsqldb jar
org.awaitility : awaitility jar 3.0.0
com.github.seanyinx : unit-scaffolding jar 1.0.0
junit : junit jar 4.12
org.mockito : mockito-core jar 2.16.0
org.hamcrest : hamcrest-all jar 1.3

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
2.19.11.0
2.19.10.0