WillemJiang commented on a change in pull request #586: SCB-1568 Update the user document for the transport artifacts URL: https://github.com/apache/servicecomb-pack/pull/586#discussion_r343401945
########## File path: docs/user_guide_zh.md ########## @@ -64,7 +64,7 @@ Saga可通过以下任一方式进行构建: ### Saga 支持 添加Saga的注解及相应的补偿方法 以一个转账应用为例: -1. 在全局事务的起点添加 `@SagaStart` 的注解。 +1. 在全局事务的起点添加 `@SagaStart` 的注解来让Omega创建一个新的全局事务。如果不标准这个事务起点的话,后续子事务在执行过程中会报找不到全局事务ID的错误。 Review comment: 多谢指正,已经修改好了。 ---------------------------------------------------------------- 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
