This is an automated email from the ASF dual-hosted git repository.
soulasuna pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 2b62108ca1a Refactor ha document (#19062)
2b62108ca1a is described below
commit 2b62108ca1a9ef71829c57c2a97cb7ca89dbd2cc
Author: zhaojinchao <[email protected]>
AuthorDate: Tue Jul 12 16:20:25 2022 +0800
Refactor ha document (#19062)
---
docs/document/content/dev-manual/ha.en.md | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/docs/document/content/dev-manual/ha.en.md
b/docs/document/content/dev-manual/ha.en.md
index 9c2979fa036..85c1f4f1a63 100644
--- a/docs/document/content/dev-manual/ha.en.md
+++ b/docs/document/content/dev-manual/ha.en.md
@@ -5,19 +5,19 @@ weight = 9
chapter = true
+++
-## SPI 接口
+## SPI Interface
-| *SPI 名称* | *详细说明*
|
+| *SPI Name* |
*Description* |
| ------------------------------------------------------------ |
-------------------------------- |
-| DatabaseDiscoveryProviderAlgorithm | 数据库发现算法
|
+| DatabaseDiscoveryProviderAlgorithm | Database
discovery provider algorithm |
-## 示例
+## Example
-### DatabaseDiscoveryProviderAlgorithm 已知实现类
+### DatabaseDiscoveryProviderAlgorithm
-| *已知实现类* | *详细说明*
|
+| *Implementation Class* |
*Description* |
| ------------------------------------------------------------ |
--------------------------------- |
-| MGRDatabaseDiscoveryProviderAlgorithm | 基于 MySQL MGR
的数据库发现算法 |
-| MySQLNormalReplicationDatabaseDiscoveryProviderAlgorithm | 基于 MySQL
主从同步的数据库发现算法 |
-| OpenGaussNormalReplicationDatabaseDiscoveryProviderAlgorithm | 基于 openGauss
主从同步的数据库发现算法 |
+| MGRDatabaseDiscoveryProviderAlgorithm | MySQL
MGR-based database discovery provider algorithm |
+| MySQLNormalReplicationDatabaseDiscoveryProviderAlgorithm | Database
discovery provider algorithm of MySQL’s replication |
+| OpenGaussNormalReplicationDatabaseDiscoveryProviderAlgorithm | Database
discovery provider algorithm of openGauss’s replication |