Code-Fight commented on code in PR #897:
URL:
https://github.com/apache/incubator-seata-go/pull/897#discussion_r2410447667
##########
pkg/saga/statemachine/engine/config/default_statemachine_config.go:
##########
@@ -442,6 +484,19 @@ func (c *DefaultStateMachineConfig) Init() error {
}
}
+ if c.tcEnabled {
Review Comment:
当 tcEnabled=false 时 Saga 仅做本地状态机编排,不会向 TC 注册分支。这个在事务模式下基本不会用到,但是用作AI agent
Workflow的时候,就不需要tc了
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]