wt-better opened a new issue, #729:
URL: https://github.com/apache/incubator-seata-go/issues/729

   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`, where 
`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


-- 
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: notifications-unsubscr...@seata.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org
For additional commands, e-mail: notifications-h...@seata.apache.org

Reply via email to