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: HttpServiceTaskState Support #730

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

Feature: HttpServiceTaskState Support #730

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`s 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. http calls are also frequent, We need to implement the http state type support http call, need consider tls, http multiple versions, etc.

@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.

@Code-Fight
Copy link
Contributor

pls assign to me

@Code-Fight Code-Fight self-assigned this Jan 4, 2025
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