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

Feature: check and fix saga execution process problem

Open wt-better opened this issue 10 months ago • 3 comments

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.

wt-better avatar Dec 08 '24 14:12 wt-better