This is an automated email from the ASF dual-hosted git repository.
jimin pushed a commit to branch docusaurus
in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git
The following commit(s) were added to refs/heads/docusaurus by this push:
new a6080cfbd8 fix: fix go 1.2.0 saga description (#862)
a6080cfbd8 is described below
commit a6080cfbd854278c8d2101ce2c8e362bc30d9061
Author: Jingliu Xiong <[email protected]>
AuthorDate: Tue Jun 4 21:33:00 2024 +0800
fix: fix go 1.2.0 saga description (#862)
---
i18n/zh-cn/docusaurus-plugin-content-blog/seata-go-1.2.0.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/i18n/zh-cn/docusaurus-plugin-content-blog/seata-go-1.2.0.md
b/i18n/zh-cn/docusaurus-plugin-content-blog/seata-go-1.2.0.md
index 24c561f20f..6e89b988ce 100644
--- a/i18n/zh-cn/docusaurus-plugin-content-blog/seata-go-1.2.0.md
+++ b/i18n/zh-cn/docusaurus-plugin-content-blog/seata-go-1.2.0.md
@@ -12,10 +12,10 @@ Seata 是一款开源的分布式事务解决方案,提供高性能和简单
### 发布概览
-Seata-go 1.2.0 版本支持 XA 模式。XA 协议是由 X/Open 组织提出的分布式事务处理规范,其优点是对业务代码无侵入。当前
Seata-go 的 XA 模式支持 MySQL 数据库。至此,seata-go 已经集齐 AT、TCC、Saga 和 XA 四种事务模式,完成了与
Seata Java 的功能对齐。 XA 模式的主要功能:
+Seata-go 1.2.0 版本支持 XA 模式。XA 协议是由 X/Open 组织提出的分布式事务处理规范,其优点是对业务代码无侵入。当前
Seata-go 的 XA 模式支持 MySQL 数据库。至此,seata-go 已经集齐 AT、TCC 和 XA 三种事务模式。 XA 模式的主要功能:
- 支持了 XA 数据源代理
https://github.com/apache/incubator-seata-go-samples/tree/main/xa
-- 支持了 XA 事务模式
+- 支持了 XA 事务模式
XA 相关的 sampes
可以参考示例:https://github.com/apache/incubator-seata-go-samples/tree/main/xa
### feature
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]