Skip to content

Commit

Permalink
[Doc] [Connector-V2] Improve MySQL-CDC Doc For connect.timeout.ms field
Browse files Browse the repository at this point in the history
  • Loading branch information
Hisoka-X committed Mar 6, 2023
1 parent d2b1bf4 commit cd95635
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/en/connector-v2/source/MySQL-CDC.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -18,7 +18,7 @@ describes how to setup the MySQL CDC connector to run SQL queries against MySQL

## Options

| name | type | required | default value |
| name | type | required | default value |
|------------------------------------------------|----------|----------|---------------|
| username | String | Yes | - |
| password | String | Yes | - |
Expand All @@ -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 |
Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -191,7 +191,6 @@ source {

## Changelog

### next version

- Add MySQL CDC Source Connector

### next version

0 comments on commit cd95635

Please sign in to comment.