From a33def60876ae2702cdb3d23764db05530b80173 Mon Sep 17 00:00:00 2001 From: eastfisher Date: Tue, 15 Feb 2022 11:23:24 +0800 Subject: [PATCH] [docs] Add connection.pool.size and connect.max-retries option in mysql document (#858) --- docs/content/connectors/mysql-cdc.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/content/connectors/mysql-cdc.md b/docs/content/connectors/mysql-cdc.md index 12d4428aa..1223a2467 100644 --- a/docs/content/connectors/mysql-cdc.md +++ b/docs/content/connectors/mysql-cdc.md @@ -238,7 +238,21 @@ During a snapshot operation, the connector will query each included table to pro Duration The maximum time that the connector should wait after trying to connect to the MySQL database server before timing out. - + + connect.max-retries + optional + 3 + Integer + The max retry times that the connector should retry to build MySQL database server connection. + + + connection.pool.size + optional + 20 + Integer + The connection pool size. + + debezium.* optional (none)