From 6feef4e50eab43726844c7f6e78ea3164267da70 Mon Sep 17 00:00:00 2001 From: yedf2 <120050102@qq.com> Date: Wed, 30 Mar 2022 11:41:34 +0800 Subject: [PATCH] add bytedance to using --- README.md | 4 ++-- helper/README-cn.md | 8 +++----- helper/README-en.md | 6 +++--- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 919a6a9..0bbb2ad 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ DTM is a distributed transaction framework which provides cross-service eventual [Tencent](https://www.tencent.com/) -[Ivydad](https://ivydad.com) +[Bytedance](https://www.bytedance.com/) -[Eglass](https://epeijing.cn) +[Ivydad](https://ivydad.com) ## [Cook Book](https://en.dtm.pub) diff --git a/helper/README-cn.md b/helper/README-cn.md index 282bf6e..14bf9eb 100644 --- a/helper/README-cn.md +++ b/helper/README-cn.md @@ -21,11 +21,9 @@ DTM是一款变革性的分布式事务框架,提供了傻瓜式的使用方 ## 谁在使用DTM(仅列出部分) [Tencent 腾讯](https://dtm.pub/other/using.html#tencent) -[Ivydad 常青藤爸爸](https://dtm.pub/other/using.html#ivydad) - -[Eglass 视咖镜小二](https://dtm.pub/other/using.html) +[Bytedance 字节](https://dtm.pub/other/using.html#bytedance) -[极欧科技](https://dtm.pub/other/using.html) +[Ivydad 常青藤爸爸](https://dtm.pub/other/using.html#ivydad) ## 亮点 @@ -135,7 +133,7 @@ go run main.go 在转入操作失败的情况下,TransIn和TransOut的补偿操作被执行,保证了最终的余额和转账前是一样的。 ### 更多示例 -参考[dtm-labs/dtm-examples](https://github.com/dtm-labs/dtm-examples) +上述示例主要演示了分布式事务的流程,更多的内容,包括如何与实际的数据库对接,如何做补偿,如何做回滚等实际的例子,请参考[dtm-labs/dtm-examples](https://github.com/dtm-labs/dtm-examples) ## 联系我们 ### 公众号 diff --git a/helper/README-en.md b/helper/README-en.md index 919a6a9..27d4bcd 100644 --- a/helper/README-en.md +++ b/helper/README-en.md @@ -19,9 +19,9 @@ DTM is a distributed transaction framework which provides cross-service eventual [Tencent](https://www.tencent.com/) -[Ivydad](https://ivydad.com) +[Bytedance](https://www.bytedance.com/) -[Eglass](https://epeijing.cn) +[Ivydad](https://ivydad.com) ## [Cook Book](https://en.dtm.pub) @@ -89,7 +89,7 @@ The timing diagram for the intended failure is as follows: ## More examples -Refer to [dtm-examples](https://github.com/dtm-labs/dtm-examples) for more examples. +The above example mainly demonstrates the flow of a distributed transaction. More on this, including practical examples of how to interface with an actual database, how to do compensation, how to do rollback, etc. please refer to [dtm-examples](https://github.com/dtm-labs/dtm-examples) for more examples. ## Slack