This is an automated email from the ASF dual-hosted git repository.
diwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new cf1f88808c7 [doc](ecosystem) fix flink link 404 (#2210)
cf1f88808c7 is described below
commit cf1f88808c7b84e89b75d0b65c3a26829b7ae7c9
Author: wudi <[email protected]>
AuthorDate: Wed Mar 19 20:18:02 2025 +0800
[doc](ecosystem) fix flink link 404 (#2210)
## Versions
- [x] dev
- [x] 3.0
- [x] 2.1
- [ ] 2.0
## Languages
- [x] Chinese
- [x] English
## Docs Checklist
- [ ] Checked by AI
- [ ] Test Cases Built
---
docs/ecosystem/flink-doris-connector.md | 10 +++++-----
.../current/ecosystem/flink-doris-connector.md | 12 ++++++------
.../version-2.1/ecosystem/flink-doris-connector.md | 12 ++++++------
.../version-3.0/ecosystem/flink-doris-connector.md | 10 +++++-----
.../version-2.1/ecosystem/flink-doris-connector.md | 12 ++++++------
.../version-3.0/ecosystem/flink-doris-connector.md | 12 ++++++------
6 files changed, 34 insertions(+), 34 deletions(-)
diff --git a/docs/ecosystem/flink-doris-connector.md
b/docs/ecosystem/flink-doris-connector.md
index db024c29a74..f12a93a2f6b 100644
--- a/docs/ecosystem/flink-doris-connector.md
+++ b/docs/ecosystem/flink-doris-connector.md
@@ -889,11 +889,11 @@ After starting the Flink cluster, you can directly run
the following command:
| --table-suffix | The suffix name of the Doris table, similar to the
prefix. |
| --including-tables | The MySQL tables that need to be synchronized.
Multiple tables can be separated by \|, and regular expressions are supported.
For example, --including-tables table1. |
| --excluding-tables | The tables that do not need to be synchronized.
The usage is the same as that of --including-tables. |
-| --mysql-conf | The configuration of the MySQL CDCSource, for
example, --mysql-conf hostname=127.0.0.1. You can view all the configurations
of MySQL-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/legacy-flink-cdc-sources/mysql-cdc/).
Among them, hostname, username, password, and database-name are required. When
the synchronized database and table contain non-primary key tables,
scan.incremental.snapshot.chunk.key-column must be set, a [...]
-| --oracle-conf | The configuration of the Oracle CDCSource, for
example, --oracle-conf hostname=127.0.0.1. You can view all the configurations
of Oracle-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/legacy-flink-cdc-sources/oracle-cdc/).
Among them, hostname, username, password, database-name, and schema-name are
required. |
-| --postgres-conf | The configuration of the Postgres CDCSource, for
example, --postgres-conf hostname=127.0.0.1. You can view all the
configurations of Postgres-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/legacy-flink-cdc-sources/postgres-cdc/).
Among them, hostname, username, password, database-name, schema-name, and
slot.name are required. |
-| --sqlserver-conf | The configuration of the SQLServer CDCSource, for
example, --sqlserver-conf hostname=127.0.0.1. You can view all the
configurations of SQLServer-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/legacy-flink-cdc-sources/sqlserver-cdc/).
Among them, hostname, username, password, database-name, and schema-name are
required. |
-| --db2-conf | The configuration of the SQLServer CDCSource, for
example, --db2-conf hostname=127.0.0.1. You can view all the configurations of
DB2-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.1/docs/connectors/flink-sources/db2-cdc/).
Among them, hostname, username, password, database-name, and schema-name are
required. |
+| --mysql-conf | The configuration of the MySQL CDCSource, for
example, --mysql-conf hostname=127.0.0.1. You can view all the configurations
of MySQL-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/mysql-cdc/).
Among them, hostname, username, password, and database-name are required. When
the synchronized database and table contain non-primary key tables,
scan.incremental.snapshot.chunk.key-column must be set, and only one [...]
+| --oracle-conf | The configuration of the Oracle CDCSource, for
example, --oracle-conf hostname=127.0.0.1. You can view all the configurations
of Oracle-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/oracle-cdc/).
Among them, hostname, username, password, database-name, and schema-name are
required. |
+| --postgres-conf | The configuration of the Postgres CDCSource, for
example, --postgres-conf hostname=127.0.0.1. You can view all the
configurations of Postgres-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/postgres-cdc/).
Among them, hostname, username, password, database-name, schema-name, and
slot.name are required. |
+| --sqlserver-conf | The configuration of the SQLServer CDCSource, for
example, --sqlserver-conf hostname=127.0.0.1. You can view all the
configurations of SQLServer-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/sqlserver-cdc/).
Among them, hostname, username, password, database-name, and schema-name are
required. |
+| --db2-conf | The configuration of the SQLServer CDCSource, for
example, --db2-conf hostname=127.0.0.1. You can view all the configurations of
DB2-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/db2-cdc/).
Among them, hostname, username, password, database-name, and schema-name are
required. |
| --sink-conf | All the configurations of the Doris Sink can be
viewed
[here](https://doris.apache.org/zh-CN/docs/dev/ecosystem/flink-doris-connector/#General
Configuration Items). |
| --mongodb-conf | The configuration of the MongoDB CDCSource, for
example, --mongodb-conf hosts=127.0.0.1:27017. You can view all the
configurations of Mongo-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/flink-sources/mongodb-cdc/).
Among them, hosts, username, password, and database are required.
--mongodb-conf schema.sample-percent is the configuration for automatically
sampling MongoDB data to create tables in Doris, and the default [...]
| --table-conf | The configuration items of the Doris table, that
is, the content included in properties (except for table-buckets, which is not
a properties attribute). For example, --table-conf replication_num=1, and
--table-conf table-buckets="tbl1:10,tbl2:20,a.*:30,b.*:40,.*:50" means
specifying the number of buckets for different tables in the order of regular
expressions. If there is no match, the BUCKETS AUTO method will be used to
create tables. |
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/ecosystem/flink-doris-connector.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/ecosystem/flink-doris-connector.md
index c433ff52457..914c5def6a8 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/ecosystem/flink-doris-connector.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/ecosystem/flink-doris-connector.md
@@ -893,13 +893,13 @@ Flink Doris Connector 中集成了[Flink
CDC](https://nightlies.apache.org/flink
| --table-suffix | 同上,Doris 表的后缀名。
|
| --including-tables | 需要同步的 MySQL 表,可以使用 \|
分隔多个表,并支持正则表达式。比如--including-tables table1 |
| --excluding-tables | 不需要同步的表,用法同上。 |
-| --mysql-conf | MySQL CDCSource 配置,例如--mysql-conf
hostname=127.0.0.1,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/legacy-flink-cdc-sources/mysql-cdc/)查看所有配置
MySQL-CDC,其中 hostname/username/password/database-name 是必需的。同步的库表中含有非主键表时,必须设置
scan.incremental.snapshot.chunk.key-column,且只能选择非空类型的一个字段。例如:scan.incremental.snapshot.chunk.key-column=database.table:column,database.table1:column...,不同的库表列之间用,隔开。
|
-| --oracle-conf | Oracle CDCSource 配置,例如--oracle-conf
hostname=127.0.0.1,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/legacy-flink-cdc-sources/oracle-cdc/)查看所有配置
Oracle-CDC,其中 hostname/username/password/database-name/schema-name 是必需的。 |
-| --postgres-conf | Postgres CDCSource 配置,例如--postgres-conf
hostname=127.0.0.1,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/legacy-flink-cdc-sources/postgres-cdc/)查看所有配置
Postgres-CDC,其中 hostname/username/password/database-name/schema-name/slot.name
是必需的。 |
-| --sqlserver-conf | SQLServer CDCSource 配置,例如--sqlserver-conf
hostname=127.0.0.1,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/legacy-flink-cdc-sources/sqlserver-cdc/)查看所有配置
SQLServer-CDC,其中 hostname/username/password/database-name/schema-name 是必需的。 |
-| --db2-conf | SQLServer CDCSource 配置,例如--db2-conf
hostname=127.0.0.1,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.1/docs/connectors/flink-sources/db2-cdc/)查看所有配置
DB2-CDC,其中 hostname/username/password/database-name/schema-name 是必需的。| |
+| --mysql-conf | MySQL CDCSource 配置,例如--mysql-conf
hostname=127.0.0.1,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/mysql-cdc/)查看所有配置
MySQL-CDC,其中 hostname/username/password/database-name 是必需的。同步的库表中含有非主键表时,必须设置
scan.incremental.snapshot.chunk.key-column,且只能选择非空类型的一个字段。例如:scan.incremental.snapshot.chunk.key-column=database.table:column,database.table1:column...,不同的库表列之间用,隔开。
|
+| --oracle-conf | Oracle CDCSource 配置,例如--oracle-conf
hostname=127.0.0.1,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/oracle-cdc/)查看所有配置
Oracle-CDC,其中 hostname/username/password/database-name/schema-name 是必需的。 |
+| --postgres-conf | Postgres CDCSource 配置,例如--postgres-conf
hostname=127.0.0.1,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/postgres-cdc/)查看所有配置
Postgres-CDC,其中 hostname/username/password/database-name/schema-name/slot.name
是必需的。 |
+| --sqlserver-conf | SQLServer CDCSource 配置,例如--sqlserver-conf
hostname=127.0.0.1,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/sqlserver-cdc/)查看所有配置
SQLServer-CDC,其中 hostname/username/password/database-name/schema-name 是必需的。 |
+| --db2-conf | SQLServer CDCSource 配置,例如--db2-conf
hostname=127.0.0.1,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/db2-cdc/)查看所有配置
DB2-CDC,其中 hostname/username/password/database-name/schema-name 是必需的。| |
| --sink-conf | Doris Sink
的所有配置,可以在[这里](https://doris.apache.org/zh-CN/docs/dev/ecosystem/flink-doris-connector/#通用配置项)查看完整的配置项。
|
-| --mongodb-conf | MongoDB CDCSource 配置,例如 --mongodb-conf
hosts=127.0.0.1:27017,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/flink-sources/mongodb-cdc/)查看所有配置
Mongo-CDC,其中 hosts/username/password/database 是必须的。其中 --mongodb-conf
schema.sample-percent 为自动采样 mongodb 数据为 Doris 建表的配置,默认为 0.2 |
+| --mongodb-conf | MongoDB CDCSource 配置,例如 --mongodb-conf
hosts=127.0.0.1:27017,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/mongodb-cdc/)查看所有配置
Mongo-CDC,其中 hosts/username/password/database 是必须的。其中 --mongodb-conf
schema.sample-percent 为自动采样 mongodb 数据为 Doris 建表的配置,默认为 0.2 |
| --table-conf | Doris 表的配置项,即 properties 中包含的内容(其中 table-buckets
例外,非 properties 属性)。例如 --table-conf replication_num=1,而 --table-conf
table-buckets="tbl1:10,tbl2:20,a.*:30,b.*:40,.*:50"表示按照正则表达式顺序指定不同表的 buckets
数量,如果没有匹配到则采用 BUCKETS AUTO 建表。 |
| --schema-change-mode | 解析 schema change 的模式,支持
debezium_structure、sql_parser 两种解析模式,默认采用 debezium_structure
模式。debezium_structure 解析上游 CDC 同步数据时所使用的数据结构,通过解析该结构判断 DDL 变更操作。sql_parser
通过解析上游 CDC 同步数据时的 DDL 语句,从而判断 DDL 变更操作,因此该解析模式更加准确。使用例子:--schema-change-mode
debezium_structure。24.0.0 后支持 |
| --single-sink | 是否使用单个 Sink 同步所有表,开启后也可自动识别上游新创建的表,自动创建表。 |
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/ecosystem/flink-doris-connector.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/ecosystem/flink-doris-connector.md
index c433ff52457..914c5def6a8 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/ecosystem/flink-doris-connector.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/ecosystem/flink-doris-connector.md
@@ -893,13 +893,13 @@ Flink Doris Connector 中集成了[Flink
CDC](https://nightlies.apache.org/flink
| --table-suffix | 同上,Doris 表的后缀名。
|
| --including-tables | 需要同步的 MySQL 表,可以使用 \|
分隔多个表,并支持正则表达式。比如--including-tables table1 |
| --excluding-tables | 不需要同步的表,用法同上。 |
-| --mysql-conf | MySQL CDCSource 配置,例如--mysql-conf
hostname=127.0.0.1,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/legacy-flink-cdc-sources/mysql-cdc/)查看所有配置
MySQL-CDC,其中 hostname/username/password/database-name 是必需的。同步的库表中含有非主键表时,必须设置
scan.incremental.snapshot.chunk.key-column,且只能选择非空类型的一个字段。例如:scan.incremental.snapshot.chunk.key-column=database.table:column,database.table1:column...,不同的库表列之间用,隔开。
|
-| --oracle-conf | Oracle CDCSource 配置,例如--oracle-conf
hostname=127.0.0.1,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/legacy-flink-cdc-sources/oracle-cdc/)查看所有配置
Oracle-CDC,其中 hostname/username/password/database-name/schema-name 是必需的。 |
-| --postgres-conf | Postgres CDCSource 配置,例如--postgres-conf
hostname=127.0.0.1,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/legacy-flink-cdc-sources/postgres-cdc/)查看所有配置
Postgres-CDC,其中 hostname/username/password/database-name/schema-name/slot.name
是必需的。 |
-| --sqlserver-conf | SQLServer CDCSource 配置,例如--sqlserver-conf
hostname=127.0.0.1,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/legacy-flink-cdc-sources/sqlserver-cdc/)查看所有配置
SQLServer-CDC,其中 hostname/username/password/database-name/schema-name 是必需的。 |
-| --db2-conf | SQLServer CDCSource 配置,例如--db2-conf
hostname=127.0.0.1,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.1/docs/connectors/flink-sources/db2-cdc/)查看所有配置
DB2-CDC,其中 hostname/username/password/database-name/schema-name 是必需的。| |
+| --mysql-conf | MySQL CDCSource 配置,例如--mysql-conf
hostname=127.0.0.1,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/mysql-cdc/)查看所有配置
MySQL-CDC,其中 hostname/username/password/database-name 是必需的。同步的库表中含有非主键表时,必须设置
scan.incremental.snapshot.chunk.key-column,且只能选择非空类型的一个字段。例如:scan.incremental.snapshot.chunk.key-column=database.table:column,database.table1:column...,不同的库表列之间用,隔开。
|
+| --oracle-conf | Oracle CDCSource 配置,例如--oracle-conf
hostname=127.0.0.1,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/oracle-cdc/)查看所有配置
Oracle-CDC,其中 hostname/username/password/database-name/schema-name 是必需的。 |
+| --postgres-conf | Postgres CDCSource 配置,例如--postgres-conf
hostname=127.0.0.1,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/postgres-cdc/)查看所有配置
Postgres-CDC,其中 hostname/username/password/database-name/schema-name/slot.name
是必需的。 |
+| --sqlserver-conf | SQLServer CDCSource 配置,例如--sqlserver-conf
hostname=127.0.0.1,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/sqlserver-cdc/)查看所有配置
SQLServer-CDC,其中 hostname/username/password/database-name/schema-name 是必需的。 |
+| --db2-conf | SQLServer CDCSource 配置,例如--db2-conf
hostname=127.0.0.1,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/db2-cdc/)查看所有配置
DB2-CDC,其中 hostname/username/password/database-name/schema-name 是必需的。| |
| --sink-conf | Doris Sink
的所有配置,可以在[这里](https://doris.apache.org/zh-CN/docs/dev/ecosystem/flink-doris-connector/#通用配置项)查看完整的配置项。
|
-| --mongodb-conf | MongoDB CDCSource 配置,例如 --mongodb-conf
hosts=127.0.0.1:27017,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/flink-sources/mongodb-cdc/)查看所有配置
Mongo-CDC,其中 hosts/username/password/database 是必须的。其中 --mongodb-conf
schema.sample-percent 为自动采样 mongodb 数据为 Doris 建表的配置,默认为 0.2 |
+| --mongodb-conf | MongoDB CDCSource 配置,例如 --mongodb-conf
hosts=127.0.0.1:27017,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/mongodb-cdc/)查看所有配置
Mongo-CDC,其中 hosts/username/password/database 是必须的。其中 --mongodb-conf
schema.sample-percent 为自动采样 mongodb 数据为 Doris 建表的配置,默认为 0.2 |
| --table-conf | Doris 表的配置项,即 properties 中包含的内容(其中 table-buckets
例外,非 properties 属性)。例如 --table-conf replication_num=1,而 --table-conf
table-buckets="tbl1:10,tbl2:20,a.*:30,b.*:40,.*:50"表示按照正则表达式顺序指定不同表的 buckets
数量,如果没有匹配到则采用 BUCKETS AUTO 建表。 |
| --schema-change-mode | 解析 schema change 的模式,支持
debezium_structure、sql_parser 两种解析模式,默认采用 debezium_structure
模式。debezium_structure 解析上游 CDC 同步数据时所使用的数据结构,通过解析该结构判断 DDL 变更操作。sql_parser
通过解析上游 CDC 同步数据时的 DDL 语句,从而判断 DDL 变更操作,因此该解析模式更加准确。使用例子:--schema-change-mode
debezium_structure。24.0.0 后支持 |
| --single-sink | 是否使用单个 Sink 同步所有表,开启后也可自动识别上游新创建的表,自动创建表。 |
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/ecosystem/flink-doris-connector.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/ecosystem/flink-doris-connector.md
index c433ff52457..ac945ce24b4 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/ecosystem/flink-doris-connector.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/ecosystem/flink-doris-connector.md
@@ -893,11 +893,11 @@ Flink Doris Connector 中集成了[Flink
CDC](https://nightlies.apache.org/flink
| --table-suffix | 同上,Doris 表的后缀名。
|
| --including-tables | 需要同步的 MySQL 表,可以使用 \|
分隔多个表,并支持正则表达式。比如--including-tables table1 |
| --excluding-tables | 不需要同步的表,用法同上。 |
-| --mysql-conf | MySQL CDCSource 配置,例如--mysql-conf
hostname=127.0.0.1,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/legacy-flink-cdc-sources/mysql-cdc/)查看所有配置
MySQL-CDC,其中 hostname/username/password/database-name 是必需的。同步的库表中含有非主键表时,必须设置
scan.incremental.snapshot.chunk.key-column,且只能选择非空类型的一个字段。例如:scan.incremental.snapshot.chunk.key-column=database.table:column,database.table1:column...,不同的库表列之间用,隔开。
|
-| --oracle-conf | Oracle CDCSource 配置,例如--oracle-conf
hostname=127.0.0.1,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/legacy-flink-cdc-sources/oracle-cdc/)查看所有配置
Oracle-CDC,其中 hostname/username/password/database-name/schema-name 是必需的。 |
-| --postgres-conf | Postgres CDCSource 配置,例如--postgres-conf
hostname=127.0.0.1,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/legacy-flink-cdc-sources/postgres-cdc/)查看所有配置
Postgres-CDC,其中 hostname/username/password/database-name/schema-name/slot.name
是必需的。 |
-| --sqlserver-conf | SQLServer CDCSource 配置,例如--sqlserver-conf
hostname=127.0.0.1,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/legacy-flink-cdc-sources/sqlserver-cdc/)查看所有配置
SQLServer-CDC,其中 hostname/username/password/database-name/schema-name 是必需的。 |
-| --db2-conf | SQLServer CDCSource 配置,例如--db2-conf
hostname=127.0.0.1,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.1/docs/connectors/flink-sources/db2-cdc/)查看所有配置
DB2-CDC,其中 hostname/username/password/database-name/schema-name 是必需的。| |
+| --mysql-conf | MySQL CDCSource 配置,例如--mysql-conf
hostname=127.0.0.1,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/mysql-cdc/)查看所有配置
MySQL-CDC,其中 hostname/username/password/database-name 是必需的。同步的库表中含有非主键表时,必须设置
scan.incremental.snapshot.chunk.key-column,且只能选择非空类型的一个字段。例如:scan.incremental.snapshot.chunk.key-column=database.table:column,database.table1:column...,不同的库表列之间用,隔开。
|
+| --oracle-conf | Oracle CDCSource 配置,例如--oracle-conf
hostname=127.0.0.1,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/oracle-cdc/)查看所有配置
Oracle-CDC,其中 hostname/username/password/database-name/schema-name 是必需的。 |
+| --postgres-conf | Postgres CDCSource 配置,例如--postgres-conf
hostname=127.0.0.1,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/postgres-cdc/)查看所有配置
Postgres-CDC,其中 hostname/username/password/database-name/schema-name/slot.name
是必需的。 |
+| --sqlserver-conf | SQLServer CDCSource 配置,例如--sqlserver-conf
hostname=127.0.0.1,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/sqlserver-cdc/)查看所有配置
SQLServer-CDC,其中 hostname/username/password/database-name/schema-name 是必需的。 |
+| --db2-conf | SQLServer CDCSource 配置,例如--db2-conf
hostname=127.0.0.1,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/db2-cdc/)查看所有配置
DB2-CDC,其中 hostname/username/password/database-name/schema-name 是必需的。| |
| --sink-conf | Doris Sink
的所有配置,可以在[这里](https://doris.apache.org/zh-CN/docs/dev/ecosystem/flink-doris-connector/#通用配置项)查看完整的配置项。
|
| --mongodb-conf | MongoDB CDCSource 配置,例如 --mongodb-conf
hosts=127.0.0.1:27017,您可以在[这里](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/flink-sources/mongodb-cdc/)查看所有配置
Mongo-CDC,其中 hosts/username/password/database 是必须的。其中 --mongodb-conf
schema.sample-percent 为自动采样 mongodb 数据为 Doris 建表的配置,默认为 0.2 |
| --table-conf | Doris 表的配置项,即 properties 中包含的内容(其中 table-buckets
例外,非 properties 属性)。例如 --table-conf replication_num=1,而 --table-conf
table-buckets="tbl1:10,tbl2:20,a.*:30,b.*:40,.*:50"表示按照正则表达式顺序指定不同表的 buckets
数量,如果没有匹配到则采用 BUCKETS AUTO 建表。 |
diff --git a/versioned_docs/version-2.1/ecosystem/flink-doris-connector.md
b/versioned_docs/version-2.1/ecosystem/flink-doris-connector.md
index db024c29a74..66610f08a3f 100644
--- a/versioned_docs/version-2.1/ecosystem/flink-doris-connector.md
+++ b/versioned_docs/version-2.1/ecosystem/flink-doris-connector.md
@@ -889,13 +889,13 @@ After starting the Flink cluster, you can directly run
the following command:
| --table-suffix | The suffix name of the Doris table, similar to the
prefix. |
| --including-tables | The MySQL tables that need to be synchronized.
Multiple tables can be separated by \|, and regular expressions are supported.
For example, --including-tables table1. |
| --excluding-tables | The tables that do not need to be synchronized.
The usage is the same as that of --including-tables. |
-| --mysql-conf | The configuration of the MySQL CDCSource, for
example, --mysql-conf hostname=127.0.0.1. You can view all the configurations
of MySQL-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/legacy-flink-cdc-sources/mysql-cdc/).
Among them, hostname, username, password, and database-name are required. When
the synchronized database and table contain non-primary key tables,
scan.incremental.snapshot.chunk.key-column must be set, a [...]
-| --oracle-conf | The configuration of the Oracle CDCSource, for
example, --oracle-conf hostname=127.0.0.1. You can view all the configurations
of Oracle-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/legacy-flink-cdc-sources/oracle-cdc/).
Among them, hostname, username, password, database-name, and schema-name are
required. |
-| --postgres-conf | The configuration of the Postgres CDCSource, for
example, --postgres-conf hostname=127.0.0.1. You can view all the
configurations of Postgres-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/legacy-flink-cdc-sources/postgres-cdc/).
Among them, hostname, username, password, database-name, schema-name, and
slot.name are required. |
-| --sqlserver-conf | The configuration of the SQLServer CDCSource, for
example, --sqlserver-conf hostname=127.0.0.1. You can view all the
configurations of SQLServer-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/legacy-flink-cdc-sources/sqlserver-cdc/).
Among them, hostname, username, password, database-name, and schema-name are
required. |
-| --db2-conf | The configuration of the SQLServer CDCSource, for
example, --db2-conf hostname=127.0.0.1. You can view all the configurations of
DB2-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.1/docs/connectors/flink-sources/db2-cdc/).
Among them, hostname, username, password, database-name, and schema-name are
required. |
+| --mysql-conf | The configuration of the MySQL CDCSource, for
example, --mysql-conf hostname=127.0.0.1. You can view all the configurations
of MySQL-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/mysql-cdc/).
Among them, hostname, username, password, and database-name are required. When
the synchronized database and table contain non-primary key tables,
scan.incremental.snapshot.chunk.key-column must be set, and only one [...]
+| --oracle-conf | The configuration of the Oracle CDCSource, for
example, --oracle-conf hostname=127.0.0.1. You can view all the configurations
of Oracle-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/oracle-cdc/).
Among them, hostname, username, password, database-name, and schema-name are
required. |
+| --postgres-conf | The configuration of the Postgres CDCSource, for
example, --postgres-conf hostname=127.0.0.1. You can view all the
configurations of Postgres-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/postgres-cdc/).
Among them, hostname, username, password, database-name, schema-name, and
slot.name are required. |
+| --sqlserver-conf | The configuration of the SQLServer CDCSource, for
example, --sqlserver-conf hostname=127.0.0.1. You can view all the
configurations of SQLServer-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/sqlserver-cdc/).
Among them, hostname, username, password, database-name, and schema-name are
required. |
+| --db2-conf | The configuration of the SQLServer CDCSource, for
example, --db2-conf hostname=127.0.0.1. You can view all the configurations of
DB2-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/db2-cdc/).
Among them, hostname, username, password, database-name, and schema-name are
required. |
| --sink-conf | All the configurations of the Doris Sink can be
viewed
[here](https://doris.apache.org/zh-CN/docs/dev/ecosystem/flink-doris-connector/#General
Configuration Items). |
-| --mongodb-conf | The configuration of the MongoDB CDCSource, for
example, --mongodb-conf hosts=127.0.0.1:27017. You can view all the
configurations of Mongo-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/flink-sources/mongodb-cdc/).
Among them, hosts, username, password, and database are required.
--mongodb-conf schema.sample-percent is the configuration for automatically
sampling MongoDB data to create tables in Doris, and the default [...]
+| --mongodb-conf | The configuration of the MongoDB CDCSource, for
example, --mongodb-conf hosts=127.0.0.1:27017. You can view all the
configurations of Mongo-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/mongodb-cdc/).
Among them, hosts, username, password, and database are required.
--mongodb-conf schema.sample-percent is the configuration for automatically
sampling MongoDB data to create tables in Doris, and the default [...]
| --table-conf | The configuration items of the Doris table, that
is, the content included in properties (except for table-buckets, which is not
a properties attribute). For example, --table-conf replication_num=1, and
--table-conf table-buckets="tbl1:10,tbl2:20,a.*:30,b.*:40,.*:50" means
specifying the number of buckets for different tables in the order of regular
expressions. If there is no match, the BUCKETS AUTO method will be used to
create tables. |
| --schema-change-mode | The modes for parsing schema change, including
debezium_structure and sql_parser. The debezium_structure mode is used by
default. The debezium_structure mode parses the data structure used when the
upstream CDC synchronizes data and judges DDL change operations by parsing this
structure. The sql_parser mode parses the DDL statements when the upstream CDC
synchronizes data to judge DDL change operations, so this parsing mode is more
accurate. Usage example: --s [...]
| --single-sink | Whether to use a single Sink to synchronize all
tables. After enabling, it can also automatically identify newly created tables
upstream and create tables automatically. |
diff --git a/versioned_docs/version-3.0/ecosystem/flink-doris-connector.md
b/versioned_docs/version-3.0/ecosystem/flink-doris-connector.md
index db024c29a74..66610f08a3f 100644
--- a/versioned_docs/version-3.0/ecosystem/flink-doris-connector.md
+++ b/versioned_docs/version-3.0/ecosystem/flink-doris-connector.md
@@ -889,13 +889,13 @@ After starting the Flink cluster, you can directly run
the following command:
| --table-suffix | The suffix name of the Doris table, similar to the
prefix. |
| --including-tables | The MySQL tables that need to be synchronized.
Multiple tables can be separated by \|, and regular expressions are supported.
For example, --including-tables table1. |
| --excluding-tables | The tables that do not need to be synchronized.
The usage is the same as that of --including-tables. |
-| --mysql-conf | The configuration of the MySQL CDCSource, for
example, --mysql-conf hostname=127.0.0.1. You can view all the configurations
of MySQL-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/legacy-flink-cdc-sources/mysql-cdc/).
Among them, hostname, username, password, and database-name are required. When
the synchronized database and table contain non-primary key tables,
scan.incremental.snapshot.chunk.key-column must be set, a [...]
-| --oracle-conf | The configuration of the Oracle CDCSource, for
example, --oracle-conf hostname=127.0.0.1. You can view all the configurations
of Oracle-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/legacy-flink-cdc-sources/oracle-cdc/).
Among them, hostname, username, password, database-name, and schema-name are
required. |
-| --postgres-conf | The configuration of the Postgres CDCSource, for
example, --postgres-conf hostname=127.0.0.1. You can view all the
configurations of Postgres-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/legacy-flink-cdc-sources/postgres-cdc/).
Among them, hostname, username, password, database-name, schema-name, and
slot.name are required. |
-| --sqlserver-conf | The configuration of the SQLServer CDCSource, for
example, --sqlserver-conf hostname=127.0.0.1. You can view all the
configurations of SQLServer-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/legacy-flink-cdc-sources/sqlserver-cdc/).
Among them, hostname, username, password, database-name, and schema-name are
required. |
-| --db2-conf | The configuration of the SQLServer CDCSource, for
example, --db2-conf hostname=127.0.0.1. You can view all the configurations of
DB2-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.1/docs/connectors/flink-sources/db2-cdc/).
Among them, hostname, username, password, database-name, and schema-name are
required. |
+| --mysql-conf | The configuration of the MySQL CDCSource, for
example, --mysql-conf hostname=127.0.0.1. You can view all the configurations
of MySQL-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/mysql-cdc/).
Among them, hostname, username, password, and database-name are required. When
the synchronized database and table contain non-primary key tables,
scan.incremental.snapshot.chunk.key-column must be set, and only one [...]
+| --oracle-conf | The configuration of the Oracle CDCSource, for
example, --oracle-conf hostname=127.0.0.1. You can view all the configurations
of Oracle-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/oracle-cdc/).
Among them, hostname, username, password, database-name, and schema-name are
required. |
+| --postgres-conf | The configuration of the Postgres CDCSource, for
example, --postgres-conf hostname=127.0.0.1. You can view all the
configurations of Postgres-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/postgres-cdc/).
Among them, hostname, username, password, database-name, schema-name, and
slot.name are required. |
+| --sqlserver-conf | The configuration of the SQLServer CDCSource, for
example, --sqlserver-conf hostname=127.0.0.1. You can view all the
configurations of SQLServer-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/sqlserver-cdc/).
Among them, hostname, username, password, database-name, and schema-name are
required. |
+| --db2-conf | The configuration of the SQLServer CDCSource, for
example, --db2-conf hostname=127.0.0.1. You can view all the configurations of
DB2-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/db2-cdc/).
Among them, hostname, username, password, database-name, and schema-name are
required. |
| --sink-conf | All the configurations of the Doris Sink can be
viewed
[here](https://doris.apache.org/zh-CN/docs/dev/ecosystem/flink-doris-connector/#General
Configuration Items). |
-| --mongodb-conf | The configuration of the MongoDB CDCSource, for
example, --mongodb-conf hosts=127.0.0.1:27017. You can view all the
configurations of Mongo-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/flink-sources/mongodb-cdc/).
Among them, hosts, username, password, and database are required.
--mongodb-conf schema.sample-percent is the configuration for automatically
sampling MongoDB data to create tables in Doris, and the default [...]
+| --mongodb-conf | The configuration of the MongoDB CDCSource, for
example, --mongodb-conf hosts=127.0.0.1:27017. You can view all the
configurations of Mongo-CDC
[here](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2/docs/connectors/flink-sources/mongodb-cdc/).
Among them, hosts, username, password, and database are required.
--mongodb-conf schema.sample-percent is the configuration for automatically
sampling MongoDB data to create tables in Doris, and the default [...]
| --table-conf | The configuration items of the Doris table, that
is, the content included in properties (except for table-buckets, which is not
a properties attribute). For example, --table-conf replication_num=1, and
--table-conf table-buckets="tbl1:10,tbl2:20,a.*:30,b.*:40,.*:50" means
specifying the number of buckets for different tables in the order of regular
expressions. If there is no match, the BUCKETS AUTO method will be used to
create tables. |
| --schema-change-mode | The modes for parsing schema change, including
debezium_structure and sql_parser. The debezium_structure mode is used by
default. The debezium_structure mode parses the data structure used when the
upstream CDC synchronizes data and judges DDL change operations by parsing this
structure. The sql_parser mode parses the DDL statements when the upstream CDC
synchronizes data to judge DDL change operations, so this parsing mode is more
accurate. Usage example: --s [...]
| --single-sink | Whether to use a single Sink to synchronize all
tables. After enabling, it can also automatically identify newly created tables
upstream and create tables automatically. |
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]