incubator-seata-go icon indicating copy to clipboard operation
incubator-seata-go copied to clipboard

Saga Work Progress

Open luky116 opened this issue 10 months ago • 0 comments

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 go.

There has been one history implementation, corresponding to the branch: feature/saga, but the details need to be completed, divided into the following tasks:

1. meeting video:

  1. part-1 https://github.com/user-attachments/assets/ffd21880-a530-4c72-abd6-e8140747f83f

  2. part-2 https://github.com/user-attachments/assets/a796e386-c1cd-41c4-b735-d8878dc970ec

2. Work Splitting

luky116 avatar Dec 08 '24 13:12 luky116