This is an automated email from the ASF dual-hosted git repository.
panjuan 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 08c4f19 Add config change history of ShardingSphere-Proxy (#11425)
08c4f19 is described below
commit 08c4f1978a4d5e34e89e4fd5edaf0742fdfc4208
Author: Swastika Gupta <[email protected]>
AuthorDate: Tue Jul 27 10:38:11 2021 +0530
Add config change history of ShardingSphere-Proxy (#11425)
* add config change history
* api-history-proxy
---
.../shardingsphere-proxy/_index.en.md | 62 ++++++++++++++++++++++
1 file changed, 62 insertions(+)
diff --git
a/docs/document/content/others/api-change-history/shardingsphere-proxy/_index.en.md
b/docs/document/content/others/api-change-history/shardingsphere-proxy/_index.en.md
new file mode 100644
index 0000000..e74d3ce
--- /dev/null
+++
b/docs/document/content/others/api-change-history/shardingsphere-proxy/_index.en.md
@@ -0,0 +1,62 @@
++++
+pre = "<b>7.2.2. </b>"
+title = "ShardingSphere-Proxy"
+weight = 2
+chapter = true
++++
+
+## 5.0.0-beta
+
+#### Configuration Item Explanation
+
+```yaml
+
+rules:
+ - !AUTHORITY
+ users:
+ - root@%:root
+ - sharding@:sharding
+ provider:
+ type: NATIVE
+
+props:
+ max-connections-size-per-query: 1
+ executor-size: 16 # Infinite by default.
+ proxy-frontend-flush-threshold: 128 # The default value is 128.
+ # LOCAL: Proxy will run with LOCAL transaction.
+ # XA: Proxy will run with XA transaction.
+ # BASE: Proxy will run with B.A.S.E transaction.
+ proxy-transaction-type: LOCAL
+ xa-transaction-manager-type: Atomikos
+ proxy-opentracing-enabled: false
+ proxy-hint-enabled: false
+ query-with-cipher-column: true
+ sql-show: false
+ check-table-metadata-enabled: false
+ lock-wait-timeout-milliseconds: 50000 # The maximum time to wait for a lock
+ ```
+
+## 4.1.1
+
+#### Configuration Item Explanation
+
+```yaml
+
+orchestration:
+ name: orchestration_ds
+ overwrite: true
+ registry:
+ serverLists: localhost:2181
+ namespace: orchestration
+
+authentication:
+ username: root
+ password: root
+
+props:
+ max.connections.size.per.query: 1
+ acceptor.size: 16 # The default value is available processors count * 2.
+ executor.size: 16 # Infinite by default.
+ proxy.frontend.flush.threshold: 128 # The default value is 128.
+ # LOCAL: Proxy will run with LOCAL transaction.
+```
\ No newline at end of file