DBZ-1790 Link script setting up CDC tables in DB2

This commit is contained in:
Luis Garcés-Erice 2020-03-24 11:56:05 +01:00 committed by GitHub
parent 8abab70642
commit 645027d3f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# Ingesting DB2 change events
This module defines the connector that ingests change events from DB2 databases.
This module defines the connector that ingests change events from DB2 databases. See in this [Dockerfile](src/test/docker/db2-cdc-docker/Dockerfile) how [this script](src/test/docker/db2-cdc-docker/dbsetup.sh) is used to set up CDC tables in the docker DB2 instance. `ASNCDC.ADDTABLE` and `ASNCDC.REMOVETABLE` in [asncdcaddremove.sql](src/test/docker/db2-cdc-docker/asncdcaddremove.sql) can be conveniently used to add and remove tables from CDC.
## Using the DB2 connector with Kafka Connect
@ -90,4 +90,4 @@ database.password=admin
database.dbname=TESTDB
database.cdcschema=ASNCDC
database.history.kafka.bootstrap.servers=localhost:9092
database.history.kafka.topic=CDCTESTDB
database.history.kafka.topic=CDCTESTDB