You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The saga state machine currently runs based on parsing the configuration from json. We need to support yaml format and localpath file and automatically identify the file format, such as viper parse
There has been one history implementation, corresponding to the branch: feature/saga, but the details need to be completed. you can develop on this branch.
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.
The saga state machine currently runs based on parsing the configuration from json. We need to support yaml format and localpath file and automatically identify the file format, such as viper parse
branch: feature/saga
pkg/saga/statemachine/statelang/parser/task_state_json_parser.go
The text was updated successfully, but these errors were encountered: