From ed09e8b2356015c17ee8cfde258c8d2941c8bbdf Mon Sep 17 00:00:00 2001 From: qwding <761945125@qq.com> Date: Tue, 2 Apr 2024 19:26:01 +0800 Subject: [PATCH] [minor][cdc][docs] Improve the indentation of the example yaml in README file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03daba57d..ada5496e8 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ full database synchronization, sharding table synchronization, schema evolution 2. [Download](https://github.com/apache/flink-cdc/releases) Flink CDC tar, unzip it and put jars of pipeline connector to Flink `lib` directory. 3. Create a **YAML** file to describe the data source and data sink, the following example synchronizes all tables under MySQL app_db database to Doris : ```yaml - source: + source: type: mysql name: MySQL Source hostname: 127.0.0.1