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) |