commit | 8d68ae4494db947daa06cc503f8d532bc9e2c908 | [log] [tgz] |
---|---|---|
author | A Cabbage <928124786@qq.com> | Thu Jun 27 16:44:28 2024 +0800 |
committer | GitHub <noreply@github.com> | Thu Jun 27 16:44:28 2024 +0800 |
tree | b3459ee114b140ac2af41f104bd860987cfa78ff | |
parent | d1fad744aa7b6acc01efcc87a0a1315bec72a18d [diff] |
feature: sequential execution of state machine in Saga (#681)
Seata is a very mature distributed transaction framework, and is the de facto standard platform for distributed transaction technology in the Java field. Seata-go is the implementation version of go language in Seata multilingual ecosystem, which realizes the interoperability between Java and Go, so that Go developers can also use seata-go to realize distributed transactions. Please visit the official website of Seata to view the quick start and documentation.
The principle of seata-go is consistent with that of Seata-java, which is composed of TM, RM and TC. The functions of TC reuse Java, and the functions of TM and RM will be aligned with Seata-java later. The overall process is as follows:
if you want to know how to use and integrate seata-go, please refer to seata/seata-go-samples
Seata-go is currently in the construction stage. Welcome colleagues in the industry to join the group and work with us to promote the construction of seata-go! If you want to contribute code to seata-go, you can refer to the code contribution Specification document to understand the specifications of the community, or you can join our community DingTalk group: 33069364 and communicate together!
Seata-go uses Apache license version 2.0. Please refer to the license file for more information.