Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: FuncTaskState Support #729

Open
wt-better opened this issue Dec 8, 2024 · 2 comments
Open

Feature: FuncTaskState Support #729

wt-better opened this issue Dec 8, 2024 · 2 comments
Assignees

Comments

@wt-better
Copy link
Contributor

wt-better commented Dec 8, 2024

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 needs to be support in seata go.

Each node of the state machine is declared as a state, and the state machine process is composed of different types of nodes.The ServiceTaskState represents an executable node. Historically, we have supported GrpcServiceTaskState. but Local func calls are the most frequent in golang, so we need to support TaskState of Func type.

@see :pkg/saga/statemachine/statelang/state/task_state.go

@wt-better
Copy link
Contributor Author

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.

@marsevilspirit
Copy link
Contributor

asign me pls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants