+
+ connector |
+ required |
+ (none) |
+ String |
+ Specify what connector to use, here should be 'sqlserver-cdc' . |
+
+
+ hostname |
+ required |
+ (none) |
+ String |
+ IP address or hostname of the SQLServer database. |
+
+
+ username |
+ required |
+ (none) |
+ String |
+ Username to use when connecting to the SQLServer database. |
+
+
+ password |
+ required |
+ (none) |
+ String |
+ Password to use when connecting to the SQLServer database. |
+
+
+ database-name |
+ required |
+ (none) |
+ String |
+ Database name of the SQLServer database to monitor. |
+
+
+ schema-name |
+ required |
+ (none) |
+ String |
+ Schema name of the SQLServer database to monitor. |
+
+
+ table-name |
+ required |
+ (none) |
+ String |
+ Table name of the SQLServer database to monitor. |
+
+
+ port |
+ optional |
+ 1433 |
+ Integer |
+ Integer port number of the SQLServer database. |
+
+
+ server-time-zone |
+ optional |
+ UTC |
+ String |
+ The session time zone in database server, e.g. "Asia/Shanghai". |
+
+
+ debezium.* |
+ optional |
+ (none) |
+ String |
+ Pass-through Debezium's properties to Debezium Embedded Engine which is used to capture data changes from SQLServer.
+ For example: 'debezium.snapshot.mode' = 'initial_only' .
+ See more about the Debezium's SQLServer Connector properties |
+
+
+