Tagged articles
4 articles
Page 1 of 1
ITPUB
ITPUB
Apr 2, 2023 · Backend Development

Mastering Distributed Transactions with Seata: AT and TCC Modes Explained

This article examines the challenges of data consistency in microservice architectures, evaluates open‑source distributed transaction frameworks such as Seata, and provides a detailed comparison of its TC, AT, and TCC modes, along with practical guidance for adoption, testing, and operational rollout.

SeataTCC Mode
0 likes · 22 min read
Mastering Distributed Transactions with Seata: AT and TCC Modes Explained
Programmer DD
Programmer DD
Dec 13, 2021 · Backend Development

Seata’s Evolution: From Alibaba’s TXC to Open‑Source Transaction Framework

This article traces Seata’s development from its 2014 origins as Alibaba’s TXC middleware, through its 2016 cloud service launch and 2019 open‑source release, detailing its architecture, module composition, core roles, and the four transaction modes (AT, TCC, Saga, XA) with practical comparisons.

AT ModeDistributed TransactionsSeata
0 likes · 17 min read
Seata’s Evolution: From Alibaba’s TXC to Open‑Source Transaction Framework
Alibaba Cloud Native
Alibaba Cloud Native
Feb 9, 2021 · Backend Development

Integrating Seata‑Golang AT and TCC Modes into Go Microservices

This guide explains how to embed Seata‑Golang’s AT and TCC distributed‑transaction modes into Go microservices, covering global transaction proxy creation, XID propagation via HTTP, Dubbo and gRPC, branch transaction handling, and the required code interfaces and implementations.

AT ModeBackend DevelopmentGolang
0 likes · 10 min read
Integrating Seata‑Golang AT and TCC Modes into Go Microservices