apache / apache/incubator-seata
feature: saga support parallel execution with multiple states
Open
- Dominant language
- Java
- Stars
- 26k
- Forks
- 8.8k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 4
Description
## Why you need it?
Saga 目前已支持了单个事务节点循环执行,参考循环能力的实现,增加对多个State的并发执行能力
整体能力通过新增一个并发节点类型,异步多线程执行多个State来实现,具体实现方案见:https://github.com/seata/seata/pull/4349
## How it could be?
A clear and concise description of what you want to happen. You can explain more about input of the feature, and output of it.
## Other related information
Add any other context or screenshots about the feature request here.
Contributor guide
Assessment
This issue has not been assessed yet.