incubator-seata-go
incubator-seata-go copied to clipboard
Go Implementation For Seata
**What would you like to be added**: 1. Abstract beforeImage and afterImage, define them as interfaces, and implement their capabilities for MySQL. 2. Replace the definitions in the executor with...
Saga is a dtp(distributed transaction processing) mode used to ensure consistency in distributed systems.The state machine mode of saga implemented in seata java, it`s needs to be support in seata...
**What would you like to be added**: refer: https://github.com/apache/incubator-seata/pull/3890 **Why is this needed**:
**What happened**: **What you expected to happen**: **How to reproduce it (as minimally and precisely as possible)**: **Anything else we need to know?**:
**What would you like to be added**: **Why is this needed**:
**What would you like to be added**: **Why is this needed**:
**What would you like to be added**: **Why is this needed**:
refer: https://github.com/apache/incubator-seata/pull/5131 **What happened**: 当tc下发回滚时,rm的xaconnection还处于活动中时无法进行rollback,必须要先end再rollback,而XAER_RMFAIL不同的异常msg是不同的,所以需要对msg内容再做一次判断 **What you expected to happen**: **How to reproduce it (as minimally and precisely as possible)**: **Anything else we need to know?**:
**What would you like to be added**: **Why is this needed**:
**What would you like to be added**: **Why is this needed**: