funky-eyes commented on code in PR #809:
URL: 
https://github.com/apache/incubator-seata-website/pull/809#discussion_r1461880765


##########
i18n/en/docusaurus-plugin-content-blog/seata-raft-detailed-explanation.md:
##########
@@ -0,0 +1,260 @@
+---
+title: Seata-Raft Storage Mode in Depth and Getting Started
+description: From traditional storage and computing separation to integrated 
storage and computing relying on distributed consensus algorithms to ensure 
transaction data consistency under high availability mode, what changes has 
Seata 2.x made? This article will provide a detailed introduction to the 
architecture and performance comparison.
+keywords: [fescar, seata, distributed transactions, raft]
+author: funkye
+date: 2023/10/13
+---
+
+
+- [1. Overview](#)
+- [2. Architecture Introduction](#)
+- [3. Deployment and Usage](#)
+- [4. Benchmark Comparison](#)
+- [5. Conclusion](#)
+
+# 1. Overview
+
+Seata is an open-source distributed transaction solution with over 24000 stars 
and a highly active community. It is dedicated to providing high-performance 
and user-friendly distributed transaction services in microservices 
architecture.
+
+Currently, Seata's distributed transaction data storage modes include file, 
db, and redis. This article focuses on the architecture, deployment and usage, 
benchmark comparison of Seata-Server Raft mode. It explores why Seata needs 
Raft and provides insights into the process from research and comparison to 
design, implementation, and knowledge accumulation.
+
+Presenter: Chen Jianbin (funkye) github id: 
[funky-eyes](https://github.com/funky-eyes)

Review Comment:
   ```suggestion
   Presenter: Jianbin  Chen(funkye) github id: 
[funky-eyes](https://github.com/funky-eyes)
   ```



-- 
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: dev-unsubscr...@seata.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@seata.apache.org
For additional commands, e-mail: dev-h...@seata.apache.org

Reply via email to