You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2022/10/26 02:28:15 UTC

[shardingsphere] branch master updated: add note of yaml size (#21757)

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

duanzhengqiang 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 97f7b1c6385 add note of yaml size (#21757)
97f7b1c6385 is described below

commit 97f7b1c63854d04a99091069cdea3ccaf4878675
Author: Mike0601 <40...@users.noreply.github.com>
AuthorDate: Wed Oct 26 10:28:09 2022 +0800

    add note of yaml size (#21757)
---
 .../content/user-manual/shardingsphere-jdbc/yaml-config/_index.cn.md   | 3 +++
 .../content/user-manual/shardingsphere-jdbc/yaml-config/_index.en.md   | 3 +++
 .../content/user-manual/shardingsphere-proxy/yaml-config/_index.cn.md  | 3 +++
 .../content/user-manual/shardingsphere-proxy/yaml-config/_index.en.md  | 3 +++
 4 files changed, 12 insertions(+)

diff --git a/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/_index.cn.md b/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/_index.cn.md
index a9e794a0e51..38678696fe1 100644
--- a/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/_index.cn.md
+++ b/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/_index.cn.md
@@ -9,6 +9,9 @@ chapter = true
 YAML 提供通过配置文件的方式与 ShardingSphere-JDBC 交互。
 配合治理模块一同使用时,持久化在配置中心的配置均为 YAML 格式。
 
+说明:
+YAML 配置文件支持配置内容超过 3MB。
+
 YAML 配置是最常见的配置方式,可以省略编程的复杂度,简化用户配置。
 
 ## 使用步骤
diff --git a/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/_index.en.md b/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/_index.en.md
index 14e62d60b22..bed16f7e28e 100644
--- a/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/_index.en.md
+++ b/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/_index.en.md
@@ -9,6 +9,9 @@ chapter = true
 YAML configuration provides interaction with ShardingSphere JDBC through configuration files.
 When used with the governance module together, the configuration of persistence in the configuration center is YAML format.
 
+Note:
+The YAML configuration file supports more than 3MB of configuration content.
+
 YAML configuration is the most common configuration mode, which can omit the complexity of programming and simplify user configuration.
 
 ## Usage
diff --git a/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/_index.cn.md b/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/_index.cn.md
index 77989555bb9..b9cf8d89e49 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/_index.cn.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/_index.cn.md
@@ -6,4 +6,7 @@ weight = 2
 ShardingSphere-JDBC 的 YAML 配置是 ShardingSphere-Proxy 的子集。
 在 `server.yaml` 文件中,ShardingSphere-Proxy 能够额外配置权限功能和更多的 Proxy 专有属性。
 
+说明:
+YAML 配置文件支持配置内容超过 3MB。
+
 本章节将介绍 ShardingSphere-Proxy 的 YAML 额外配置。
diff --git a/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/_index.en.md b/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/_index.en.md
index 8412ecc4f9b..4805eb6a393 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/_index.en.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/_index.en.md
@@ -6,4 +6,7 @@ weight = 2
 The YAML configuration of ShardingSphere-JDBC is the subset of ShardingSphere-Proxy.
 In `server.yaml` file, ShardingSphere-Proxy can configure authority feature and more properties for Proxy only.
 
+Note:
+The YAML configuration file supports more than 3MB of configuration content.
+
 This chapter will introduce the extra YAML configuration of ShardingSphere-Proxy.