#
distributed-transaction
Here are 35 public repositories matching this topic...
icuxika
commented
Feb 21, 2022
Doc
Verify that the default feign client takes effect. First visit http:localhost/test/default/false 2 times and then visit http:localhost/test/default/true, the circuit breaker is open
Verify that the specified feign client takes effect. First visit http:localhost/test/feign/false 2 times and then visit http:localhost/test/feign/true, the circuit breaker is open
Verify that the sp
dynamic datasource for springboot 多数据源 动态数据源 主从分离 读写分离 分布式事务
spring-boot
springboot
mybatis
datasource
multi-datasource
multidatasource
distributed-transaction
dynamicdatasource
dynamic-datasource
-
Updated
Feb 24, 2022 - Java
ByteTCC is a distributed transaction manager based on the TCC(Try/Confirm/Cancel) mechanism. It’s compatible with the JTA specification. User guide: https://github.com/liuyangming/ByteTCC/wiki
-
Updated
Dec 24, 2021 - Java
以Spring Cloud Netflix作为服务治理基础, 展示基于tcc思想所实现的分布式事务解决方案
spring-boot
microservice
spring-cloud
solar
spring-cloud-netflix
tcc
try-confirm-cancel
redis-session
distributed-transaction
c4model
c4-diagram
-
Updated
Feb 8, 2020 - Java
A distribute transaction solution(分布式事务) unified the usage of TCC , SAGA ,FMT (seata/fescar AutoCompensation), reliable message, compensate and so on;
-
Updated
Sep 22, 2020 - Java
RadonDB is an open source, cloud-native MySQL database for building global, scalable cloud services
go
json
sql
database
transaction
olap
distributed-database
full-text-search
mysql-protocol
oltp
distributed-transaction
radondb
cloud-native-database
-
Updated
Aug 6, 2021 - Go
Domain-Driven-Design Pub/Sub Domain-Events framework
workflow
microservices
reactive
cqrs
asynchronous
concurrency
transaction
domain-driven-design
pubsub
eventsourcing
saga
hexagonal-architecture
lmax-disruptor
ddd-architecture
domainevents
saga-process
distributed-transaction
single-writer
ddd-events
saga-libraries
-
Updated
Dec 14, 2021 - Java
A Distributed Transaction Framework, like SEATA, support TCC mode and AT mode. DingTalk: seata-golang 社区
-
Updated
Feb 28, 2022 - Go
Spring cloud Example
spring-boot
mapper
spring-cloud
swagger-ui
mybatis
eureka
hystrix-dashboard
genesis-microservices
zipkin-sleuth
zuul-feign
spring-config
pagehelper
lcn
distributed-transaction
spring-cloud-lcn
-
Updated
Nov 3, 2017 - Java
EShop基于Dubbo实现SOA服务化拆分,并基于RocketMQ解决了分布式事务(新版SpringBootSOASkeleton)
redis
jwt
spring
spring-boot
thymeleaf
lombok
swagger
zookeeper
spring-security
druid
aop
mybatis
spring-mvc
dubbo
mybatis-generator
protostuff
rocketmq
mybatis-pagehelper
distributed-transaction
java-mail
-
Updated
Mar 27, 2018 - Java
Java
mysql
java
nlp
spark
lua
leetcode
rabbitmq
grpc
springboot
mybatis
flink
dubbo
jdk8
rocketmq
ratelimiter
distributed-transaction
nacos
shardingsphere
summer-grpc
-
Updated
Mar 31, 2021 - Java
A java client for distributed transaction framework dtm. 分布式事务管理器dtm的java客户端
-
Updated
Feb 23, 2022 - Java
A c# gRPC client of distributed transaction manager DTM.
-
Updated
Feb 25, 2022 - C#
Node.js分布式事务框架, NodeTCC is an open source distributed transaction solution for Node.js
-
Updated
Feb 12, 2022 - JavaScript
kafka
grpc
thrift
tcc
dubbo
rocketmq
springcloud
sharding-jdbc
distributed-transaction
reliable-message
-
Updated
Feb 25, 2022 - Java
Sun8min的个人项目, 博客
spring-boot
cas
alipay
sso
dubbo
spring-boot-demo
single-sign-on
distributed-transaction
dubbo-demo
cas-overlay-template
fescar
seata
fescar-demo
seata-demo
sso-demo
cas-demo
cas-overlay-demo
alipay-demo
-
Updated
Aug 4, 2020 - Java
STAR is an event-driven, high-performance, distributed transaction consistency framework.
-
Updated
Jul 2, 2020 - Java
Microservices Saga implementation for managing distributed transactions between two services
java
microservices
spring
spring-boot
microservice
springboot
spring-mvc
spring-data-jpa
saga
saga-pattern
eventuate-framework
distributed-transaction
-
Updated
Feb 13, 2019 - Java
SpringCloud 下的 Seata 分布式事务: AT 模式、TCC 模式 和 SAGA 模式
-
Updated
Oct 18, 2021 - Java
LCN-Distributed Transaction SpringCloud Test Project
-
Updated
Jul 19, 2019 - Java
-
Updated
Jul 3, 2020 - Java
implements xa and tcc distributed transaction manager and microservice example
-
Updated
Jul 30, 2021 - Go
A PHP coroutine client for distributed transaction manager DTM. 分布式事务管理器 DTM 的 PHP 协程客户端。支持hyperf,以及普通PHP访问。dtm-php/dtm-client 的镜像
-
Updated
Feb 14, 2022 - PHP
Improve this page
Add a description, image, and links to the distributed-transaction topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the distributed-transaction topic, visit your repo's landing page and select "manage topics."
Why you need it?
Is your feature request related to a problem? Please describe in details
db/redis模式需串行更改事务状态,假设事务A在tm端进行决议提交,此时到达了tc端,而tc端刚好发现这个事务达到了超时,就会更改状态为超时回滚,而这两个动作是并行的,导致决议提交时删除了全局锁,又恰好被改为超时回滚,导致分支事务被回滚,回滚时可能会发现数据已经无法对上了(全局锁被删了)
How it could be?
A clear and concise description of what you want to happen. You can explain more about input of the feature, and output of it.
1.red