Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Distributed transaction solutions

License

NotificationsYou must be signed in to change notification settings

dromara/hmily

Repository files navigation

Financial-level flexible distributed transaction solution

https://dromara.org/

English |简体中文

gitee starsgithub forksgithub starsgithub contributors



Panorama of distributed transaction solutions


Features

  • high reliability :supports abnormal transaction rollback in distributed scenarios, and abnormal recovery over time to prevent transaction suspension

  • usability :provide zero-invasiveSpring-Boot,Spring-Namespace to quickly integrate with business systems

  • high performance :decentralized design, fully integrated with business systems, naturally supporting cluster deployment

  • observability :metrics performance monitoring of multiple indicators, and admin management background UI display

  • various RPC : supportDubbo,SpringCloud,Motan,Sofa-rpc,brpc,tars and other well-known RPC frameworks

  • log storage : supportmysql,oracle,mongodb,redis,zookeeper etc.

  • complex scene : support RPC nested call transaction


Necessary premise

  • must useJDK8+

  • TCC mode must use aRPC framework, such as:Dubbo,SpringCloud,Montan


TCC mode

when using theTCC mode, users provide three methods:try,confirm, andcancel according to their business needs.And theconfirm andcancel methods are implemented by themselves, and the framework is only responsible for calling them to achieve transaction consistency。


TAC mode

When the user uses theTAC mode, the user must use a relational database for business operations, and the framework will automatically generate arollback SQL,When the business is abnormal, therollback SQL will be executed to achieve transaction consistency。


Documentation

EN doc

CN doc

If you want to use it, you can refer toQuick Start

About Hmily

Hmily is a flexible distributed transaction solution that providesTCC andTAC modes。

It can be easily integrated by business with zero intrusion and rapid integration。

In terms of performance, log storage is asynchronous (optional) and asynchronous execution is used, without loss of business methods。

It was previously developed by me personally. At present, I have restarted at JD Digital. The future will be a distributed transaction solution for financial scenarios.。


Follow the trend

Stargazers over time


User wall

Support


[8]ページ先頭

©2009-2025 Movatter.jp