"name": "mes-QC_OutCheckReason",
"config": {
"connector.class" : "io.debezium.connector.sqlserver.SqlServerConnector",
"tasks.max" : "1",
"database.hostname" : "172.16.7.2",
"database.port" : "1433",
"database.user" : "bl",
"database.password" : "bl@MES",
"database.dbname" : "RCollarGarmentMES",
"table.whitelist": "RCollarGarmentMES.dbo.QC_OutCheckReason",
"database.history.kafka.bootstrap.servers" : "kafka-0.kafka.default.svc.cluster.local:9092",
"database.history.kafka.topic": "mes-schema-changes-QC_OutCheckReason",
"include.schema.changes": "true" ,
"snapshot.mode": "initial_schema_only"