Spring Cloud Alibaba Seata handles distributed transactions
Spring Cloud Alibaba Seata handles distributed transactions
Distributed transaction management
preface
I don't want to post this blog, because the transaction rollback function is not perfectly implemented. If you see this blog, just understand it. If there is a solution in the future, I'll update it.
Distributed transaction
Before di ...
Posted by coreyp_1 on Mon, 07 Mar 2022 22:55:35 +0100
Spring Cloud Eureka integrates Seata to realize distributed transactions
1, Introduction to Seata
Seata is an open source distributed transaction solution, which is committed to providing high-performance and easy-to-use distributed transaction services. Seata will provide users with AT, TCC, SAGA and XA transaction modes to create a one-stop distributed solution for users.
2, Software version
Software edition ...
Posted by DeepakJ on Mon, 07 Mar 2022 11:20:27 +0100
Spring Cloud Alibaba Seata distributed transaction solution
1, Distributed transaction problem
A business operation needs to be called remotely across multiple data sources or across multiple systems, which will lead to distributed transaction problems.
give an example:
Business logic for users to purchase goods. The whole business logic is supported by three micro services:
Warehousing service: ...
Posted by netbros on Sat, 12 Feb 2022 13:22:00 +0100
6. Microservices family - distributed transaction Seata
Catalog Spring Cloud Alibaba microservice series articles
0. Spring Cloud Alibaba micro service series - preparations1. Spring Cloud Alibaba micro service series - service registry Nacos2. Spring Cloud Alibaba micro service series - configuration center Nacos3. Spring Cloud Alibaba micro service series - service call Open Feign4. Spring Cloud ...
Posted by remlabm on Tue, 08 Feb 2022 16:02:30 +0100
Distributed transaction Seata principle
1, Introduction to Seata:
1. Introduction to Seata:
Seata is an open source distributed transaction solution, which is committed to providing high-performance and easy-to-use distributed transaction services. It provides users with several different transaction modes such as AT, TCC, SAGA and XA:
AT mode: a non intrusive distributed transact ...
Posted by forumnz on Mon, 10 Jan 2022 01:22:51 +0100
10 (spring cloud Alibaba) introduction to distributed things
Distributed things
thing:
To ensure the ACID of data in a database
We need to do things. In a database, multiple sql statements are either executed or not executed
There are many conditions, including item isolation level
Distributed things
The current architectures are all distributed architectures. In order to ensure that multiple d ...
Posted by EricTRocks on Mon, 20 Dec 2021 19:57:43 +0100
Seata1.4.2+Nacos construction and use
Seata1.4.2+Nacos construction and use
preface
seata official website Build environment: mac os spring-boot.version 2.3.7.RELEASE spring-cloud-alibaba.version 2.2.2.RELEASE spring-cloud.version Hoxton.SR9 Database mysql.8.0+
1, Set up seata1.4.2 server
1. Download seata1.4.2
Download address https://github.com/seata/seata/releases ...
Posted by lemist on Wed, 17 Nov 2021 04:08:58 +0100