You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2023/03/01 01:50:20 UTC

[shardingsphere] branch master updated: Update algorithm.en.md (#24196)

This is an automated email from the ASF dual-hosted git repository.

zhaojinchao 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 a30fdb82c0a Update algorithm.en.md (#24196)
a30fdb82c0a is described below

commit a30fdb82c0a2d81dccde28e11c40b6e7d1ed5a67
Author: Arrebol <44...@users.noreply.github.com>
AuthorDate: Wed Mar 1 09:50:00 2023 +0800

    Update algorithm.en.md (#24196)
    
    The configuration of shadow algorithms is wrong, loadBalancers should be changed to shadowAlgorithms.
---
 .../content/user-manual/shardingsphere-jdbc/yaml-config/algorithm.en.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/algorithm.en.md b/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/algorithm.en.md
index 2083d909e20..0045734ae13 100644
--- a/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/algorithm.en.md
+++ b/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/algorithm.en.md
@@ -41,7 +41,7 @@ loadBalancers:
 ## Shadow DB
 
 ```yaml
-loadBalancers:
+shadowAlgorithms:
   # shadowAlgorithmName is specified by users, and its property has to be consistent with that of shadowAlgorithmNames in shadow DB rules.
   <shadowAlgorithmName>:
     # type and props, please refer to the built-in shadow DB algorithm: https://shardingsphere.apache.org/document/current/en/user-manual/common-config/builtin-algorithm/shadow/