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: support multi type config parse #734

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

Feature: support multi type config parse #734

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

Comments

@wt-better
Copy link
Contributor

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

@wt-better wt-better changed the title Feature: support yaml config parse Feature: support multi config parse Dec 8, 2024
@wt-better wt-better changed the title Feature: support multi config parse Feature: support multi type config parse Dec 8, 2024
@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.

@FinnTew
Copy link
Contributor

FinnTew commented Dec 9, 2024

Please assign to me.

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