Fading Coder

One Final Commit for the Last Sprint

Deep Dive into Seata's AT Mode Mechanism

Seata is an open-source solution designed to provide high-performance and easy-to-use distributed transaction services for microservice architectures. Originally utilized in commercial products on Alibaba Cloud and Finance Cloud, the project was open-sourced in January 2019 to foster a more robust t...

Distributed Architecture: Distributed ID Generation and Distributed Transactions

Scenarios for Distributed Transactions Distributed transactions typically arise in these common scenarios: Cross-JVM process communications leading to distributed transaction boundaries A monolithic application accessing multiple independent database instences Multiple microservices accessing the sa...