Skip to content

Commit

Permalink
update rate limit docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyan1998 committed Sep 19, 2024
1 parent c916cb7 commit 94bd9fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/content.zh/docs/core-concept/data-pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,5 @@ The following config options of Data Pipeline level are supported:
|-----------------|-----------------------------------------------------------------------------------------|-------------------|
| name | The name of the pipeline, which will be submitted to the Flink cluster as the job name. | optional |
| parallelism | The global parallelism of the pipeline. Defaults to 1. | optional |
| local-time-zone | The local time zone defines current session time zone id. | optional |
| local-time-zone | The local time zone defines current session time zone id. | optional |
| rate.limit | 限制数据源读取速率,防止下游压力过大。单位为条/秒。(目前仅支持mysql数据源) | 可选 |
3 changes: 2 additions & 1 deletion docs/content/docs/core-concept/data-pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,5 @@ The following config options of Data Pipeline level are supported:
|-----------------|-----------------------------------------------------------------------------------------|-------------------|
| name | The name of the pipeline, which will be submitted to the Flink cluster as the job name. | optional |
| parallelism | The global parallelism of the pipeline. Defaults to 1. | optional |
| local-time-zone | The local time zone defines current session time zone id. | optional |
| local-time-zone | The local time zone defines current session time zone id. | optional |
| rate.limit | Limit the reading rate of data sources. (Only the MySQL data source is supported.) | optional |

0 comments on commit 94bd9fa

Please sign in to comment.