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

tyrantlucifer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 678bf910a [Doc][Connector-V2][MySQL-CDC] Improve MySQL-CDC Doc For 
connect.timeout.ms field (#4292)
678bf910a is described below

commit 678bf910ac28b95b385518b1427c6163a7b8fa0f
Author: Hisoka <[email protected]>
AuthorDate: Tue Mar 7 18:26:28 2023 +0800

    [Doc][Connector-V2][MySQL-CDC] Improve MySQL-CDC Doc For connect.timeout.ms 
field (#4292)
    
    * [Doc] [Connector-V2] Improve MySQL-CDC Doc For connect.timeout.ms field
    
    * [Doc] [Connector-V2] Improve MySQL-CDC Doc For connect.timeout.ms field
---
 docs/en/connector-v2/source/MySQL-CDC.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/en/connector-v2/source/MySQL-CDC.md 
b/docs/en/connector-v2/source/MySQL-CDC.md
index ee2a2d410..926fdc43e 100644
--- a/docs/en/connector-v2/source/MySQL-CDC.md
+++ b/docs/en/connector-v2/source/MySQL-CDC.md
@@ -5,7 +5,7 @@
 ## Description
 
 The MySQL CDC connector allows for reading snapshot data and incremental data 
from MySQL database. This document
-describes how to setup the MySQL CDC connector to run SQL queries against 
MySQL databases.
+describes how to set up the MySQL CDC connector to run SQL queries against 
MySQL databases.
 
 ## Key features
 
@@ -38,7 +38,7 @@ describes how to setup the MySQL CDC connector to run SQL 
queries against MySQL
 | snapshot.fetch.size                            | Integer  | No       | 1024  
        |
 | server-id                                      | String   | No       | -     
        |
 | server-time-zone                               | String   | No       | UTC   
        |
-| connect.timeout                                | Duration | No       | 30s   
        |
+| connect.timeout.ms                             | Duration | No       | 30000 
        |
 | connect.max-retries                            | Integer  | No       | 3     
        |
 | connection.pool.size                           | Integer  | No       | 20    
        |
 | chunk-key.even-distribution.factor.upper-bound | Double   | No       | 1000  
        |
@@ -137,7 +137,7 @@ By default, a random number is generated between 5400 and 
6400, though we recomm
 
 The session time zone in database server.
 
-### connect.timeout [Duration]
+### connect.timeout.ms [long]
 
 The maximum time that the connector should wait after trying to connect to the 
database server before timing out.
 
@@ -191,7 +191,7 @@ source {
 
 ## Changelog
 
-### next version
-
 - Add MySQL CDC Source Connector
 
+### next version
+

Reply via email to