From 9a6489a52c25141db17161a5969199ca60f16686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Garc=C3=A9s-Erice?= Date: Wed, 25 Mar 2020 11:41:36 +0100 Subject: [PATCH] DBZ-1790 Link DB2 connector documentation --- debezium-connector-db2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debezium-connector-db2/README.md b/debezium-connector-db2/README.md index 3ee33a746..fd310d46b 100644 --- a/debezium-connector-db2/README.md +++ b/debezium-connector-db2/README.md @@ -1,6 +1,6 @@ # Ingesting DB2 change events -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. +This module defines the connector that ingests change events from DB2 databases. Documentation on how to use the connector and the internal workings can be found [here](https://debezium.io/documentation/reference/connectors/db2.html). 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