wt-better opened a new issue, #730: URL: https://github.com/apache/incubator-seata-go/issues/730
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. buthttp calls are also frequent, We need to implement the http state type and http call support, and consider tls, http multiple versions, etc. @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