WindyDovs commented on issue #635: 关于SAGA模式设计上的问题 URL: https://github.com/apache/servicecomb-pack/issues/635#issuecomment-594296048 > EventScanner 的解决办法是有一定局限性的, 在0.5.0中,我们提供了一个基于Actor的状态机模型来处理事件信息,你可以通过这个[文档](https://github.com/apache/servicecomb-pack/blob/master/docs/fsm/fsm_manual.md)获取更详细的信息。 好的,我看过了这部分。 还有些疑问,有劳指教: 1、后续 pack 在 SAGA 模式是否主推状态机模式? 2、状态机模式下,有三个应用,若存在 A->B,B->C 这种交易链路,是否需要在 A 与 B 应用中各新建一个任务编排逻辑,A 应用的状态机执行的是调用 B,B 应用的状态机执行的是 B 调用 C,而他们之间一样可以像注解模式那样对全局事务ID进行传播,绑定事务上下文?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
