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

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

commit 62892f591c12f46d5e175f578fa00ce98d99dd61
Author: lvyanquan <[email protected]>
AuthorDate: Thu Mar 26 17:40:41 2026 +0800

    [FLINK-39288][docs] Update quickstart documentation with Flink 2.2 
screenshots
    
    Replace outdated screenshots with Flink 2.2 specific images in quickstart 
tutorials for both English and Chinese versions:
    - MySQL to Doris tutorial
    - MySQL to Kafka tutorial
    - MySQL to StarRocks tutorial
    
    Co-authored-by: Qwen-Coder <[email protected]>
---
 .../get-started/quickstart-for-2.2/mysql-to-doris.md  |   8 ++++----
 .../get-started/quickstart-for-2.2/mysql-to-kafka.md  |   4 ++--
 .../quickstart-for-2.2/mysql-to-starrocks.md          |   4 ++--
 .../get-started/quickstart-for-2.2/mysql-to-doris.md  |   8 ++++----
 .../get-started/quickstart-for-2.2/mysql-to-kafka.md  |   4 ++--
 .../quickstart-for-2.2/mysql-to-starrocks.md          |   4 ++--
 .../mysql-Kafka-tutorial/mysql-to-Kafka-flink22.png   | Bin 0 -> 1473786 bytes
 .../mysql-doris-tutorial/mysql-to-doris-flink22.png   | Bin 0 -> 1473287 bytes
 .../fig/mysql-postgres-tutorial/flink-ui-flink22.png  | Bin 1556874 -> 0 bytes
 .../mysql-to-starrocks-flink22.png                    | Bin 0 -> 1574092 bytes
 10 files changed, 16 insertions(+), 16 deletions(-)

diff --git 
a/docs/content.zh/docs/get-started/quickstart-for-2.2/mysql-to-doris.md 
b/docs/content.zh/docs/get-started/quickstart-for-2.2/mysql-to-doris.md
index f7dc84320..f9f83d400 100644
--- a/docs/content.zh/docs/get-started/quickstart-for-2.2/mysql-to-doris.md
+++ b/docs/content.zh/docs/get-started/quickstart-for-2.2/mysql-to-doris.md
@@ -56,7 +56,7 @@ under the License.
 
 启动成功的话,可以在 [http://localhost:8081/](http://localhost:8081/)访问到 Flink Web 
UI,如下所示:
 
-{{< img src="/fig/mysql-doris-tutorial/flink-ui.png" alt="Flink UI" >}}
+{{< img src="/fig/mysql-doris-tutorial/flink-ui-flink22.png" alt="Flink UI" >}}
 
 多次执行 `start-cluster.sh` 可以拉起多个 TaskManager。
 
@@ -240,11 +240,11 @@ sink 添加 `table.create.properties.replication_num` 参数是由于 
Docker 镜
    Job ID: ae30f4580f1918bebf16752d4963dc54
    Job Description: Sync MySQL Database to Doris
    ```
-在 Flink Web UI,可以看到一个名为 `Sync MySQL Database to Doris` 的任务正在运行。 
+在 Flink Web UI,可以看到一个名为 `Sync MySQL Database to Doris` 的任务正在运行。
 
-{{< img src="/fig/mysql-doris-tutorial/mysql-to-doris.png" 
alt="MySQL-to-Doris" >}}
+{{< img src="/fig/mysql-doris-tutorial/mysql-to-doris-flink22.png" 
alt="MySQL-to-Doris" >}}
 
-打开 Doris 的 Web UI,可以看到数据表已经被创建出来,数据能成功写入。 
+打开 Doris 的 Web UI,可以看到数据表已经被创建出来,数据能成功写入。
 
 {{< img src="/fig/mysql-doris-tutorial/doris-display-data.png" alt="Doris 
display data" >}}
 
diff --git 
a/docs/content.zh/docs/get-started/quickstart-for-2.2/mysql-to-kafka.md 
b/docs/content.zh/docs/get-started/quickstart-for-2.2/mysql-to-kafka.md
index 5565eae0d..3b3e24c67 100644
--- a/docs/content.zh/docs/get-started/quickstart-for-2.2/mysql-to-kafka.md
+++ b/docs/content.zh/docs/get-started/quickstart-for-2.2/mysql-to-kafka.md
@@ -59,7 +59,7 @@ under the License.
 
 启动成功后,即可在 [http://localhost:8081/](http://localhost:8081/) 访问到 Flink Web 
UI,如下所示:
 
-{{< img src="/fig/mysql-Kafka-tutorial/flink-ui.png" alt="Flink UI" >}}
+{{< img src="/fig/mysql-Kafka-tutorial/flink-ui-flink22.png" alt="Flink UI" >}}
 
 多次执行 `start-cluster.sh` 可以拉起多个 TaskManager。
 
@@ -230,7 +230,7 @@ under the License.
 
     在 Flink Web UI,可以看到一个名为 `Sync MySQL Database to Kafka` 的任务正在运行。
 
-    {{< img src="/fig/mysql-Kafka-tutorial/mysql-to-Kafka.png" 
alt="MySQL-to-Kafka" >}}
+    {{< img src="/fig/mysql-Kafka-tutorial/mysql-to-Kafka-flink22.png" 
alt="MySQL-to-Kafka" >}}
 
     您可以通过 Kafka 提供的命令行工具查看 Topic 中的消息,像这样:
 
diff --git 
a/docs/content.zh/docs/get-started/quickstart-for-2.2/mysql-to-starrocks.md 
b/docs/content.zh/docs/get-started/quickstart-for-2.2/mysql-to-starrocks.md
index 74731a39d..e80d03e65 100644
--- a/docs/content.zh/docs/get-started/quickstart-for-2.2/mysql-to-starrocks.md
+++ b/docs/content.zh/docs/get-started/quickstart-for-2.2/mysql-to-starrocks.md
@@ -56,7 +56,7 @@ under the License.
 
 启动成功的话,可以在 [http://localhost:8081/](http://localhost:8081/) 访问到 Flink Web 
UI,如下所示:
 
-{{< img src="/fig/mysql-starrocks-tutorial/flink-ui.png" alt="Flink UI" >}}
+{{< img src="/fig/mysql-starrocks-tutorial/flink-ui-flink22.png" alt="Flink 
UI" >}}
 
 多次执行 start-cluster.sh 可以拉起多个 TaskManager。
 
@@ -208,7 +208,7 @@ under the License.
 
 在 Flink Web UI,可以看到一个名为 `Sync MySQL Database to StarRocks` 的任务正在运行。
 
-{{< img src="/fig/mysql-starrocks-tutorial/mysql-to-starrocks.png" 
alt="MySQL-to-StarRocks" >}}
+{{< img src="/fig/mysql-starrocks-tutorial/mysql-to-starrocks-flink22.png" 
alt="MySQL-to-StarRocks" >}}
 
 通过数据库连接工具例如 Dbeaver 等连接到 jdbc:mysql://127.0.0.1:9030, 可以查看 StarRocks 
中写入了三张表的数据。
 
diff --git a/docs/content/docs/get-started/quickstart-for-2.2/mysql-to-doris.md 
b/docs/content/docs/get-started/quickstart-for-2.2/mysql-to-doris.md
index 0614fee29..708b28cab 100644
--- a/docs/content/docs/get-started/quickstart-for-2.2/mysql-to-doris.md
+++ b/docs/content/docs/get-started/quickstart-for-2.2/mysql-to-doris.md
@@ -58,7 +58,7 @@ Prepare a Linux or MacOS computer with Docker installed.
 
 If successfully started, you can access the Flink Web UI at 
[http://localhost:8081/](http://localhost:8081/), as shown below.
 
-{{< img src="/fig/mysql-doris-tutorial/flink-ui.png" alt="Flink UI" >}}
+{{< img src="/fig/mysql-doris-tutorial/flink-ui-flink22.png" alt="Flink UI" >}}
 
 Executing `start-cluster.sh` multiple times can start multiple `TaskManager`s.
 
@@ -242,11 +242,11 @@ After successful submission, the return information is as 
follows:
    Job ID: ae30f4580f1918bebf16752d4963dc54
    Job Description: Sync MySQL Database to Doris
    ```
- We can find a job  named `Sync MySQL Database to Doris` is running through 
Flink Web UI.   
+ We can find a job  named `Sync MySQL Database to Doris` is running through 
Flink Web UI.
 
-{{< img src="/fig/mysql-doris-tutorial/mysql-to-doris.png" 
alt="MySQL-to-Doris" >}}
+{{< img src="/fig/mysql-doris-tutorial/mysql-to-doris-flink22.png" 
alt="MySQL-to-Doris" >}}
 
-We can find that tables are created and inserted through Doris Web UI.   
+We can find that tables are created and inserted through Doris Web UI.
 
 {{< img src="/fig/mysql-doris-tutorial/doris-display-data.png" alt="Doris 
display data" >}}
 
diff --git a/docs/content/docs/get-started/quickstart-for-2.2/mysql-to-kafka.md 
b/docs/content/docs/get-started/quickstart-for-2.2/mysql-to-kafka.md
index 0c2ac49aa..c3b7cdade 100644
--- a/docs/content/docs/get-started/quickstart-for-2.2/mysql-to-kafka.md
+++ b/docs/content/docs/get-started/quickstart-for-2.2/mysql-to-kafka.md
@@ -61,7 +61,7 @@ You need a Linux or macOS computer with Docker installed 
before starting.
 
 After the cluster gets started, you can access the Flink Web UI at 
[http://localhost:8081/](http://localhost:8081/).
 
-{{< img src="/fig/mysql-Kafka-tutorial/flink-ui.png" alt="Flink UI" >}}
+{{< img src="/fig/mysql-Kafka-tutorial/flink-ui-flink22.png" alt="Flink UI" >}}
 
 Run `start-cluster.sh` multiple times to start more TaskManagers if necessary. 
 
 
@@ -230,7 +230,7 @@ You need to build your own SNAPSHOT versions based on 
master or release branches
 
     A job named `Sync MySQL Database to Kafka` could be seen running in the 
Flink Web UI.
 
-    {{< img src="/fig/mysql-Kafka-tutorial/mysql-to-Kafka.png" 
alt="MySQL-to-Kafka" >}}
+    {{< img src="/fig/mysql-Kafka-tutorial/mysql-to-Kafka-flink22.png" 
alt="MySQL-to-Kafka" >}}
 
     We can subscribe the sink kafka topic to monitor messages sent to Kafka 
with this command:  
 
diff --git 
a/docs/content/docs/get-started/quickstart-for-2.2/mysql-to-starrocks.md 
b/docs/content/docs/get-started/quickstart-for-2.2/mysql-to-starrocks.md
index bd9346898..fbed72b72 100644
--- a/docs/content/docs/get-started/quickstart-for-2.2/mysql-to-starrocks.md
+++ b/docs/content/docs/get-started/quickstart-for-2.2/mysql-to-starrocks.md
@@ -58,7 +58,7 @@ Prepare a Linux or MacOS computer with Docker installed.
 
 If successfully started, you can access the Flink Web UI at 
[http://localhost:8081/](http://localhost:8081/), as shown below.
 
-{{< img src="/fig/mysql-starrocks-tutorial/flink-ui.png" alt="Flink UI" >}}
+{{< img src="/fig/mysql-starrocks-tutorial/flink-ui-flink22.png" alt="Flink 
UI" >}}
 
 Executing `start-cluster.sh` multiple times can start multiple `TaskManager`s.
 
@@ -211,7 +211,7 @@ After successful submission, the return information is as 
follows:
 
 We can find a job  named `Sync MySQL Database to StarRocks` is running through 
Flink Web UI.
 
-{{< img src="/fig/mysql-starrocks-tutorial/mysql-to-starrocks.png" 
alt="MySQL-to-StarRocks" >}}
+{{< img src="/fig/mysql-starrocks-tutorial/mysql-to-starrocks-flink22.png" 
alt="MySQL-to-StarRocks" >}}
 
 Connect to jdbc through database connection tools such as Dbeaver using 
`mysql://127.0.0.1:9030`. You can view the data written to three tables in 
StarRocks.
 
diff --git a/docs/static/fig/mysql-Kafka-tutorial/mysql-to-Kafka-flink22.png 
b/docs/static/fig/mysql-Kafka-tutorial/mysql-to-Kafka-flink22.png
new file mode 100644
index 000000000..71f97b3ac
Binary files /dev/null and 
b/docs/static/fig/mysql-Kafka-tutorial/mysql-to-Kafka-flink22.png differ
diff --git a/docs/static/fig/mysql-doris-tutorial/mysql-to-doris-flink22.png 
b/docs/static/fig/mysql-doris-tutorial/mysql-to-doris-flink22.png
new file mode 100644
index 000000000..ebce9af30
Binary files /dev/null and 
b/docs/static/fig/mysql-doris-tutorial/mysql-to-doris-flink22.png differ
diff --git a/docs/static/fig/mysql-postgres-tutorial/flink-ui-flink22.png 
b/docs/static/fig/mysql-postgres-tutorial/flink-ui-flink22.png
deleted file mode 100644
index 6abb60736..000000000
Binary files a/docs/static/fig/mysql-postgres-tutorial/flink-ui-flink22.png and 
/dev/null differ
diff --git 
a/docs/static/fig/mysql-starrocks-tutorial/mysql-to-starrocks-flink22.png 
b/docs/static/fig/mysql-starrocks-tutorial/mysql-to-starrocks-flink22.png
new file mode 100644
index 000000000..44efa88dd
Binary files /dev/null and 
b/docs/static/fig/mysql-starrocks-tutorial/mysql-to-starrocks-flink22.png differ

Reply via email to