"name": "MY_CDC_DEBEZIUM_SOURCE",
"tasks.max": "1",
"connector.class": "io.debezium.connector.oracle.OracleConnector",
"snapshot.locking.mode": "none",
"snapshot.mode": "when_needed",
"topic.creation.default.partitions": "2",
"topic.prefix": "MY_CDC",
"topic.creation.default.replication.factor": "3",
"topic.creation.default.compression.type": "lz4",
"topic.creation.default.cleanup.policy": "compact",
"schema.history.internal.store.only.captured.tables.ddl": "true",
"schema.history.internal.store.only.captured.databases.ddl": "true",
"schema.history.internal.kafka.topic": "MY_CDC_SCHEMA_HISTORY",
"schema.history.internal.kafka.bootstrap.servers": "a.b.c.31:9092,a.b.c.32:9092,a.b.c.33:9092,a.b.c.34:9092,a.b.c.35:9092",
"transforms": "route",
"transforms.route.type": "org.apache.kafka.connect.transforms.RegexRouter",
"transforms.route.regex": "MY_CDC\\.([^.]+)\\.([^.]+)",
"transforms.route.replacement": "MY_CDC_$1_$2",
"database.history.store.only.captured.tables.ddl": "true",
"database.user": "xxxxxxxx",
"database.url": "jdbc:oracle:thin:@(DESCRIPTION=(FAILOVER=ON)(LOAD_BALANCE=OFF)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=x.ys.z.84)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=x.ys.z.85)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=x.ys.z.86)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=ebdab)))",
"database.port": "1521",
"database.driverClassName": "oracle.jdbc.OracleDriver",
"database.password": "xxxxxxxx",
"database.dbname": "MY_CDC",
"table.include.list": "MULTIPLE_TABLES"
"heartbeat.action.query": "UPDATE MY_TABLE.heartbeat_table SET now = CURRENT_TIMESTAMP WHERE ID=1",
"event.processing.failure.handling.mode": "warn",
"inconsistent.schema.handling.mode": "warn",
"lob.enabled": "true",
"max.request.size": "536870912",
"max.message.bytes": "5083491",
"producer.max.request.size": "536870912",
"producer.max.message.bytes": "5083491",
"max.batch.size": "20000",
"max.queue.size": "25000",
"log.mining.batch.size.max": "250000",
"log.mining.batch.size.default": "20000",
"archive.log.hours": "47",
"internal.log.mining.log.query.max.retries": "15",