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

kunni pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git


The following commit(s) were added to refs/heads/master by this push:
     new 83ef3de97 [FLINK-37199][doc] Update configuration in quickstart. 
(#3880)
83ef3de97 is described below

commit 83ef3de97c5bf93eea7dc5a36426943c6cea80d4
Author: Kunni <[email protected]>
AuthorDate: Wed Sep 24 10:43:09 2025 +0800

    [FLINK-37199][doc] Update configuration in quickstart. (#3880)
---
 docs/content.zh/docs/get-started/quickstart/mysql-to-doris.md     | 6 ++++--
 docs/content.zh/docs/get-started/quickstart/mysql-to-kafka.md     | 4 +++-
 docs/content.zh/docs/get-started/quickstart/mysql-to-starrocks.md | 6 ++++--
 docs/content/docs/get-started/quickstart/mysql-to-doris.md        | 6 ++++--
 docs/content/docs/get-started/quickstart/mysql-to-kafka.md        | 4 +++-
 docs/content/docs/get-started/quickstart/mysql-to-starrocks.md    | 6 ++++--
 6 files changed, 22 insertions(+), 10 deletions(-)

diff --git a/docs/content.zh/docs/get-started/quickstart/mysql-to-doris.md 
b/docs/content.zh/docs/get-started/quickstart/mysql-to-doris.md
index 572c1cc44..81b0f031d 100644
--- a/docs/content.zh/docs/get-started/quickstart/mysql-to-doris.md
+++ b/docs/content.zh/docs/get-started/quickstart/mysql-to-doris.md
@@ -40,10 +40,12 @@ under the License.
    cd flink-1.20.1
    ```
 
-2. 通过在 conf/flink-conf.yaml 配置文件追加下列参数开启 checkpoint,每隔 3 秒做一次 checkpoint。
+2. 通过在 conf/config.yaml 配置文件追加下列参数开启 checkpoint,每隔 3 秒做一次 checkpoint。
 
    ```yaml
-   execution.checkpointing.interval: 3000
+   execution:
+     checkpointing:
+       interval: 3s
    ```
 
 3. 使用下面的命令启动 Flink 集群。
diff --git a/docs/content.zh/docs/get-started/quickstart/mysql-to-kafka.md 
b/docs/content.zh/docs/get-started/quickstart/mysql-to-kafka.md
index 3f0ee59a0..ba92a951b 100644
--- a/docs/content.zh/docs/get-started/quickstart/mysql-to-kafka.md
+++ b/docs/content.zh/docs/get-started/quickstart/mysql-to-kafka.md
@@ -46,7 +46,9 @@ under the License.
 2. 在 `conf/config.yaml` 配置文件追加下列参数开启检查点,每隔 3 秒进行一次 checkpoint。
 
    ```yaml
-   execution.checkpointing.interval: 3s
+   execution:
+     checkpointing:
+       interval: 3s
    ```
 
 3. 使用下面的命令启动 Flink 集群。
diff --git a/docs/content.zh/docs/get-started/quickstart/mysql-to-starrocks.md 
b/docs/content.zh/docs/get-started/quickstart/mysql-to-starrocks.md
index 3f7eb3d12..7e1455455 100644
--- a/docs/content.zh/docs/get-started/quickstart/mysql-to-starrocks.md
+++ b/docs/content.zh/docs/get-started/quickstart/mysql-to-starrocks.md
@@ -40,10 +40,12 @@ under the License.
    cd flink-1.20.1
    ```
 
-2. 通过在 conf/flink-conf.yaml 配置文件追加下列参数开启 checkpoint,每隔 3 秒做一次 checkpoint。
+2. 通过在 conf/config.yaml 配置文件追加下列参数开启 checkpoint,每隔 3 秒做一次 checkpoint。
 
    ```yaml
-   execution.checkpointing.interval: 3000
+   execution:
+     checkpointing:
+       interval: 3s
    ```
 
 3. 使用下面的命令启动 Flink 集群。
diff --git a/docs/content/docs/get-started/quickstart/mysql-to-doris.md 
b/docs/content/docs/get-started/quickstart/mysql-to-doris.md
index 8c3ed53ef..d28c820d0 100644
--- a/docs/content/docs/get-started/quickstart/mysql-to-doris.md
+++ b/docs/content/docs/get-started/quickstart/mysql-to-doris.md
@@ -42,10 +42,12 @@ Prepare a Linux or MacOS computer with Docker installed.
    cd flink-1.20.1
    ```
 
-2. Enable checkpointing by appending the following parameters to the 
conf/flink-conf.yaml configuration file to perform a checkpoint every 3 seconds.
+2. Enable checkpointing by appending the following parameters to the 
conf/config.yaml configuration file to perform a checkpoint every 3 seconds.
 
    ```yaml
-   execution.checkpointing.interval: 3000
+   execution:
+     checkpointing:
+       interval: 3s
    ```
 
 3. Start the Flink cluster using the following command.
diff --git a/docs/content/docs/get-started/quickstart/mysql-to-kafka.md 
b/docs/content/docs/get-started/quickstart/mysql-to-kafka.md
index ac9b711fc..8d16d073e 100644
--- a/docs/content/docs/get-started/quickstart/mysql-to-kafka.md
+++ b/docs/content/docs/get-started/quickstart/mysql-to-kafka.md
@@ -48,7 +48,9 @@ You need a Linux or macOS computer with Docker installed 
before starting.
 2. Enable checkpointing by appending the following parameters to the 
`conf/config.yaml` configuration file to perform a checkpoint every 3 seconds.
 
    ```yaml
-   execution.checkpointing.interval: 3s
+   execution:
+     checkpointing:
+       interval: 3s
    ```
 
 3. Start the Flink cluster using the following command.
diff --git a/docs/content/docs/get-started/quickstart/mysql-to-starrocks.md 
b/docs/content/docs/get-started/quickstart/mysql-to-starrocks.md
index 0fa4d7a5e..1a32cb9c4 100644
--- a/docs/content/docs/get-started/quickstart/mysql-to-starrocks.md
+++ b/docs/content/docs/get-started/quickstart/mysql-to-starrocks.md
@@ -42,10 +42,12 @@ Prepare a Linux or MacOS computer with Docker installed.
    cd flink-1.20.1
    ```
 
-2. Enable checkpointing by appending the following parameters to the 
conf/flink-conf.yaml configuration file to perform a checkpoint every 3 seconds.
+2. Enable checkpointing by appending the following parameters to the 
conf/config.yaml configuration file to perform a checkpoint every 3 seconds.
 
    ```yaml
-   execution.checkpointing.interval: 3000
+   execution:
+     checkpointing:
+       interval: 3s
    ```
 
 3. Start the Flink cluster using the following command.

Reply via email to