incubator-seata-go
incubator-seata-go copied to clipboard
Feature: check and fix saga execution process problem
Saga is a 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.
Understand the execution process of the saga state machine, handle exceptions that affect the execution of the saga process, such as context timeout and error handle, and fix them.