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 380da4a66 [FLINK-39344][doc] Fix inconsistencies in MySQL Pipeline
Connector documentation (#4352)
380da4a66 is described below
commit 380da4a66d1c93799dd13371225cb4b7112e093c
Author: yueqingshu <[email protected]>
AuthorDate: Sun Mar 29 16:25:17 2026 +0800
[FLINK-39344][doc] Fix inconsistencies in MySQL Pipeline Connector
documentation (#4352)
---
docs/content.zh/docs/connectors/pipeline-connectors/mysql.md | 11 +++++++++--
docs/content/docs/connectors/pipeline-connectors/mysql.md | 11 +++++++++--
2 files changed, 18 insertions(+), 4 deletions(-)
diff --git a/docs/content.zh/docs/connectors/pipeline-connectors/mysql.md
b/docs/content.zh/docs/connectors/pipeline-connectors/mysql.md
index fc38481fd..04ec28445 100644
--- a/docs/content.zh/docs/connectors/pipeline-connectors/mysql.md
+++ b/docs/content.zh/docs/connectors/pipeline-connectors/mysql.md
@@ -143,6 +143,13 @@ pipeline:
<td>Boolean</td>
<td>是否发送模式更改事件,下游 sink 可以响应模式变更事件实现表结构同步,默认为true。</td>
</tr>
+ <tr>
+ <td>server-time-zone</td>
+ <td>optional</td>
+ <td style="word-wrap: break-word;">(none)</td>
+ <td>String</td>
+ <td>数据库服务器中的会话时区。若未设置,则使用 ZoneId.systemDefault() 来确定服务器时区。</td>
+ </tr>
<tr>
<td>server-id</td>
<td>optional</td>
@@ -240,7 +247,7 @@ pipeline:
<tr>
<td>jdbc.properties.*</td>
<td>optional</td>
- <td style="word-wrap: break-word;">20</td>
+ <td style="word-wrap: break-word;">(none)</td>
<td>String</td>
<td>传递自定义 JDBC URL 属性的选项。用户可以传递自定义属性,如 'jdbc.properties.useSSL' =
'false'.</td>
</tr>
@@ -337,7 +344,7 @@ pipeline:
<tr>
<td>metadata.list</td>
<td>optional</td>
- <td style="word-wrap: break-word;">false</td>
+ <td style="word-wrap: break-word;">(none)</td>
<td>String</td>
<td>
可额外读取的SourceRecord中元数据的列表,后续可直接使用在transform模块,英文逗号 `,`
分割。目前可用值包含:op_ts。
diff --git a/docs/content/docs/connectors/pipeline-connectors/mysql.md
b/docs/content/docs/connectors/pipeline-connectors/mysql.md
index a8964cdaf..e6e61e207 100644
--- a/docs/content/docs/connectors/pipeline-connectors/mysql.md
+++ b/docs/content/docs/connectors/pipeline-connectors/mysql.md
@@ -145,6 +145,13 @@ pipeline:
<td>Boolean</td>
<td>Whether to send schema change events, so that downstream sinks can
respond to schema changes and achieve table structure synchronization.</td>
</tr>
+ <tr>
+ <td>server-time-zone</td>
+ <td>optional</td>
+ <td style="word-wrap: break-word;">(none)</td>
+ <td>String</td>
+ <td>The session time zone in database server. If not set, then
ZoneId.systemDefault() is used to determine the server time zone.</td>
+ </tr>
<tr>
<td>server-id</td>
<td>optional</td>
@@ -244,7 +251,7 @@ pipeline:
<tr>
<td>jdbc.properties.*</td>
<td>optional</td>
- <td style="word-wrap: break-word;">20</td>
+ <td style="word-wrap: break-word;">(none)</td>
<td>String</td>
<td>Option to pass custom JDBC URL properties. User can pass custom
properties like 'jdbc.properties.useSSL' = 'false'.</td>
</tr>
@@ -358,7 +365,7 @@ pipeline:
<tr>
<td>metadata.list</td>
<td>optional</td>
- <td style="word-wrap: break-word;">false</td>
+ <td style="word-wrap: break-word;">(none)</td>
<td>String</td>
<td>
List of readable metadata from SourceRecord to be passed to downstream
and could be used in transform module, split by `,`. Available readable
metadata are: op_ts.