This is an automated email from the ASF dual-hosted git repository.
fanjia pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new 264934f2c9 [Hotfix][Docs] Unified debezium document addresses point to
debezium github to prevent dead links (#6892)
264934f2c9 is described below
commit 264934f2c90ae14170c38cde4adc4e361fa005dd
Author: dailai <[email protected]>
AuthorDate: Fri May 24 09:59:47 2024 +0800
[Hotfix][Docs] Unified debezium document addresses point to debezium github
to prevent dead links (#6892)
---
docs/en/connector-v2/formats/debezium-json.md | 2 +-
docs/en/connector-v2/formats/ogg-json.md | 2 +-
docs/en/connector-v2/source/MySQL-CDC.md | 4 ++--
docs/en/connector-v2/source/Oracle-CDC.md | 2 +-
docs/en/connector-v2/source/Postgre-CDC.md | 2 +-
docs/en/connector-v2/source/SqlServer-CDC.md | 2 +-
docs/zh/connector-v2/formats/debezium-json.md | 2 +-
docs/zh/connector-v2/formats/ogg-json.md | 2 +-
8 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/docs/en/connector-v2/formats/debezium-json.md
b/docs/en/connector-v2/formats/debezium-json.md
index 18b900f369..5f71e14f09 100644
--- a/docs/en/connector-v2/formats/debezium-json.md
+++ b/docs/en/connector-v2/formats/debezium-json.md
@@ -62,7 +62,7 @@ Debezium provides a unified format for changelog, here is a
simple example for a
}
```
-Note: please refer to [Debezium
documentation](https://debezium.io/documentation/reference/2.5/connectors/mysql.html#mysql-events)
about the meaning of each fields.
+Note: please refer to [Debezium
documentation](https://github.com/debezium/debezium/blob/v1.9.8.Final/documentation/modules/ROOT/pages/connectors/mysql.adoc#data-change-events)
about the meaning of each fields.
The MySQL products table has 4 columns (id, name, description and weight).
The above JSON message is an update change event on the products table where
the weight value of the row with id = 111 is changed from 5.18 to 5.17.
diff --git a/docs/en/connector-v2/formats/ogg-json.md
b/docs/en/connector-v2/formats/ogg-json.md
index b6d53d020c..4c363c779a 100644
--- a/docs/en/connector-v2/formats/ogg-json.md
+++ b/docs/en/connector-v2/formats/ogg-json.md
@@ -51,7 +51,7 @@ Ogg provides a unified format for changelog, here is a simple
example for an upd
}
```
-Note: please refer to [Debezium
documentation](https://debezium.io/documentation/reference/2.5/connectors/oracle.html#oracle-events)
about the meaning of each fields.
+Note: please refer to [Debezium
documentation](https://github.com/debezium/debezium/blob/v1.9.8.Final/documentation/modules/ROOT/pages/connectors/oracle.adoc#data-change-events)
about the meaning of each fields.
The Oracle products table has 4 columns (id, name, description and weight).
The above JSON message is an update change event on the products table where
the weight value of the row with id = 111 is changed from 5.18 to 5.15.
diff --git a/docs/en/connector-v2/source/MySQL-CDC.md
b/docs/en/connector-v2/source/MySQL-CDC.md
index fd222e8494..2cf6c506c6 100644
--- a/docs/en/connector-v2/source/MySQL-CDC.md
+++ b/docs/en/connector-v2/source/MySQL-CDC.md
@@ -146,7 +146,7 @@ When an initial consistent snapshot is made for large
databases, your establishe
- `interactive_timeout`: The number of seconds the server waits for activity
on an interactive connection before closing it. See [MySQL’s
documentation](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_interactive_timeout)
for more details.
- `wait_timeout`: The number of seconds the server waits for activity on a
non-interactive connection before closing it. See [MySQL’s
documentation](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_wait_timeout)
for more details.
-*For more database settings see [Debezium MySQL
Connector](https://debezium.io/documentation/reference/1.9/connectors/mysql.html#setting-up-mysql)*
+*For more database settings see [Debezium MySQL
Connector](https://github.com/debezium/debezium/blob/v1.9.8.Final/documentation/modules/ROOT/pages/connectors/mysql.adoc#setting-up-mysql)*
## Data Type Mapping
@@ -196,7 +196,7 @@ When an initial consistent snapshot is made for large
databases, your establishe
| inverse-sampling.rate | Integer | No | 1000
| The inverse of the sampling rate used in the sample sharding strategy. For
example, if this value is set to 1000, it means a 1/1000 sampling rate is
applied during the sampling process. This option provides flexibility in
controlling the granularity of the sampling, thus affecting the final number of
shards. It's especially useful when dealing with very large datasets where a
lower sampling rate is preferr [...]
| exactly_once | Boolean | No | false
| Enable exactly once semantic.
[...]
| format | Enum | No |
DEFAULT | Optional output format for MySQL CDC, valid enumerations are
`DEFAULT`、`COMPATIBLE_DEBEZIUM_JSON`.
[...]
-| debezium | Config | No | -
| Pass-through [Debezium's
properties](https://debezium.io/documentation/reference/1.9/connectors/mysql.html#mysql-connector-properties)
to Debezium Embedded Engine which is used to capture data changes from MySQL
server.
[...]
+| debezium | Config | No | -
| Pass-through [Debezium's
properties](https://github.com/debezium/debezium/blob/v1.9.8.Final/documentation/modules/ROOT/pages/connectors/mysql.adoc#connector-properties)
to Debezium Embedded Engine which is used to capture data changes from MySQL
server.
[...]
| common-options | | no | -
| Source plugin common parameters, please refer to [Source Common
Options](common-options.md) for details
[...]
## Task Example
diff --git a/docs/en/connector-v2/source/Oracle-CDC.md
b/docs/en/connector-v2/source/Oracle-CDC.md
index 8f1522696e..2dfffedc66 100644
--- a/docs/en/connector-v2/source/Oracle-CDC.md
+++ b/docs/en/connector-v2/source/Oracle-CDC.md
@@ -245,7 +245,7 @@ exit;
| inverse-sampling.rate | Integer | No | 1000
| The inverse of the sampling rate used in the sample sharding strategy. For
example, if this value is set to 1000, it means a 1/1000 sampling rate is
applied during the sampling process. This option provides flexibility in
controlling the granularity of the sampling, thus affecting the final number of
shards. It's especially useful when dealing with very large datasets where a
lower sampling rate is preferr [...]
| exactly_once | Boolean | No | false
| Enable exactly once semantic.
[...]
| format | Enum | No |
DEFAULT | Optional output format for Oracle CDC, valid enumerations are
`DEFAULT`、`COMPATIBLE_DEBEZIUM_JSON`.
[...]
-| debezium | Config | No | -
| Pass-through [Debezium's
properties](https://debezium.io/documentation/reference/1.9/connectors/oracle.html#oracle-connector-properties)
to Debezium Embedded Engine which is used to capture data changes from Oracle
server.
[...]
+| debezium | Config | No | -
| Pass-through [Debezium's
properties](https://github.com/debezium/debezium/blob/v1.9.8.Final/documentation/modules/ROOT/pages/connectors/oracle.adoc#connector-properties)
to Debezium Embedded Engine which is used to capture data changes from Oracle
server.
[...]
| common-options | | no | -
| Source plugin common parameters, please refer to [Source Common
Options](common-options.md) for details
[...]
## Task Example
diff --git a/docs/en/connector-v2/source/Postgre-CDC.md
b/docs/en/connector-v2/source/Postgre-CDC.md
index 0d00d86093..28631919dd 100644
--- a/docs/en/connector-v2/source/Postgre-CDC.md
+++ b/docs/en/connector-v2/source/Postgre-CDC.md
@@ -109,7 +109,7 @@ ALTER TABLE your_table_name REPLICA IDENTITY FULL;
| inverse-sampling.rate | Integer | No | 1000
| The inverse of the sampling rate used in the sample sharding strategy. For
example, if this value is set to 1000, it means a 1/1000 sampling rate is
applied during the sampling process. This option provides flexibility in
controlling the granularity of the sampling, thus affecting the final number of
shards. It's especially useful when dealing with very large datasets where a
lower sampling rate is prefer [...]
| exactly_once | Boolean | No | false
| Enable exactly once semantic.
[...]
| format | Enum | No |
DEFAULT | Optional output format for Postgre CDC, valid enumerations are
`DEFAULT`、`COMPATIBLE_DEBEZIUM_JSON`.
[...]
-| debezium | Config | No | -
| Pass-through [Debezium's
properties](https://debezium.io/documentation/reference/1.9/connectors/postgresql.html#postgresql-connector-properties)
to Debezium Embedded Engine which is used to capture data changes from Postgre
server.
[...]
+| debezium | Config | No | -
| Pass-through [Debezium's
properties](https://github.com/debezium/debezium/blob/v1.9.8.Final/documentation/modules/ROOT/pages/connectors/postgresql.adoc#connector-configuration-properties)
to Debezium Embedded Engine which is used to capture data changes from Postgre
server.
[...]
| common-options | | no | -
| Source plugin common parameters, please refer to [Source Common
Options](common-options.md) for details
[...]
## Task Example
diff --git a/docs/en/connector-v2/source/SqlServer-CDC.md
b/docs/en/connector-v2/source/SqlServer-CDC.md
index c9b4c3dd7e..25d490ed0a 100644
--- a/docs/en/connector-v2/source/SqlServer-CDC.md
+++ b/docs/en/connector-v2/source/SqlServer-CDC.md
@@ -91,7 +91,7 @@ describes how to setup the Sql Server CDC connector to run
SQL queries against S
| sample-sharding.threshold | int | No | 1000
| This configuration specifies the threshold of estimated shard count to
trigger the sample sharding strategy. When the distribution factor is outside
the bounds specified by `chunk-key.even-distribution.factor.upper-bound` and
`chunk-key.even-distribution.factor.lower-bound`, and the estimated shard count
(calculated as approximate row count / chunk size) exceeds this threshold, the
sample sharding strategy [...]
| inverse-sampling.rate | int | No | 1000
| The inverse of the sampling rate used in the sample sharding strategy. For
example, if this value is set to 1000, it means a 1/1000 sampling rate is
applied during the sampling process. This option provides flexibility in
controlling the granularity of the sampling, thus affecting the final number of
shards. It's especially useful when dealing with very large datasets where a
lower sampling rate is preferr [...]
| exactly_once | Boolean | No | false
| Enable exactly once semantic.
[...]
-| debezium.* | config | No | -
| Pass-through Debezium's properties to Debezium Embedded Engine which is
used to capture data changes from SqlServer server.<br/>See more about<br/>the
[Debezium's SqlServer Connector
properties](https://debezium.io/documentation/reference/1.9/connectors/sqlserver.html#sqlserver-connector-properties)
[...]
+| debezium.* | config | No | -
| Pass-through Debezium's properties to Debezium Embedded Engine which is
used to capture data changes from SqlServer server.<br/>See more about<br/>the
[Debezium's SqlServer Connector
properties](https://github.com/debezium/debezium/blob/1.6/documentation/modules/ROOT/pages/connectors/sqlserver.adoc#connector-properties)
[...]
| format | Enum | No |
DEFAULT | Optional output format for SqlServer CDC, valid enumerations are
"DEFAULT"、"COMPATIBLE_DEBEZIUM_JSON".
[...]
| common-options | | no | -
| Source plugin common parameters, please refer to [Source Common
Options](common-options.md) for details.
[...]
diff --git a/docs/zh/connector-v2/formats/debezium-json.md
b/docs/zh/connector-v2/formats/debezium-json.md
index 9fef845449..3e70a5d31e 100644
--- a/docs/zh/connector-v2/formats/debezium-json.md
+++ b/docs/zh/connector-v2/formats/debezium-json.md
@@ -63,7 +63,7 @@ Debezium 提供了一个统一的变更日志格式,下面是一个 MySQL prod
}
```
-注:请参考 [Debezium
文档](https://debezium.io/documentation/reference/2.5/connectors/mysql.html#mysql-events)
以了解每个字段的含义
+注:请参考 [Debezium
文档](https://github.com/debezium/debezium/blob/v1.9.8.Final/documentation/modules/ROOT/pages/connectors/mysql.adoc#data-change-events)
以了解每个字段的含义
MySQL 的 products 表有 4 列(id、name、description 和 weight)
上述 JSON 消息是产品表的一个更新变更事件,其中 id = 111 的行的 weight 值从 5.18 变为 5.17
diff --git a/docs/zh/connector-v2/formats/ogg-json.md
b/docs/zh/connector-v2/formats/ogg-json.md
index ef2753b114..7b64f5b5e4 100644
--- a/docs/zh/connector-v2/formats/ogg-json.md
+++ b/docs/zh/connector-v2/formats/ogg-json.md
@@ -51,7 +51,7 @@ Ogg 为变更日志提供了统一的格式,下面是从 Oracle PRODUCTS 表
}
```
-注:各字段含义请参考 [Debezium
文档](https://debezium.io/documentation/reference/2.5/connectors/oracle.html#oracle-events)注:各字段含义请参考
[Debezium
文档](https://debezium.io/documentation/reference/2.5/connectors/oracle.html#oracle-events)
+注:各字段含义请参考 [Debezium
文档](https://github.com/debezium/debezium/blob/v1.9.8.Final/documentation/modules/ROOT/pages/connectors/oracle.adoc#data-change-events)
此 Oracle PRODUCTS 表有 4 列 (id, name, description 和 weight)
上面的 JSON 消息是 products 表上的更新更改事件,其中 id = 111 的行的字段 `weight` 的值从 5.18 更改为 5.15。