This is an automated email from the ASF dual-hosted git repository.
zhonghongsheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
from 5b36c73ad95 Fix the maven cache action (#20220)
add 298accf83d3 Enable rateLimiter config by default in scaling. (#20236)
No new revisions were added by this update.
Summary of changes:
.../syntax/rdl/rule-definition/sharding.cn.md | 6 ++--
.../syntax/rdl/rule-definition/sharding.en.md | 6 ++--
.../distsql/syntax/rql/rule-query/sharding.cn.md | 2 +-
.../shardingsphere-proxy/scaling/build.cn.md | 20 ++++++++---
.../shardingsphere-proxy/scaling/build.en.md | 28 ++++++++++++---
.../resources/yaml/encrypt-dataConverters.yaml | 8 +++++
.../src/test/resources/yaml/sharding-rule.yaml | 8 +++++
.../src/test/resources/yaml/sharding-scaling.yaml | 8 +++++
.../spi/ratelimit/QPSJobRateLimitAlgorithm.java | 36 ++++++++++++++++---
.../spi/ratelimit/TPSJobRateLimitAlgorithm.java | 41 +++++++++++++++++++---
...ta.pipeline.spi.ratelimit.JobRateLimitAlgorithm | 4 +--
.../src/main/resources/conf/config-sharding.yaml | 16 +++++++++
.../config_sharding_sphere_jdbc_source.yaml | 8 +++++
.../config_sharding_sphere_jdbc_target.yaml | 8 +++++
14 files changed, 174 insertions(+), 25 deletions(-)
copy
shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-distsql/shardingsphere-sharding-distsql-handler/src/test/java/org/apache/shardingsphere/data/pipeline/spi/ratelimit/InputJobRateLimitAlgorithmFixture.java
=>
shardingsphere-kernel/shardingsphere-data-pipeline/shardingsphere-data-pipeline-core/src/main/java/org/apache/shardingsphere/data/pipeline/core/spi/ratelimit/QPSJobRateLimitAlgorithm.java
(53%)
copy
shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-distsql/shardingsphere-sharding-distsql-handler/src/test/java/org/apache/shardingsphere/data/pipeline/spi/ratelimit/OutputJobRateLimitAlgorithmFixture.java
=>
shardingsphere-kernel/shardingsphere-data-pipeline/shardingsphere-data-pipeline-core/src/main/java/org/apache/shardingsphere/data/pipeline/core/spi/ratelimit/TPSJobRateLimitAlgorithm.java
(50%)
copy examples/docker/shardingsphere-proxy/governance/run.sh =>
shardingsphere-kernel/shardingsphere-data-pipeline/shardingsphere-data-pipeline-core/src/main/resources/META-INF/services/org.apache.shardingsphere.data.pipeline.spi.ratelimit.JobRateLimitAlgorithm
(82%)