apache / incubator-seata-go

Go Implementation For Seata
https://seata.apache.org/
Apache License 2.0
1.56k stars 283 forks source link

feature: sequential execution of state machine in Saga #681

Closed xjlgod closed 5 months ago

xjlgod commented 6 months ago

What this PR does: establish the core components for sequential state machine process execution in seata-go Which issue(s) this PR fixes:

Fixes #https://github.com/apache/incubator-seata-go/issues/641

Special notes for your reviewer: Are these codes sufficient to complete this issue? Is the framework setup comprehensive enough?