diff --git a/docs/modules/integrate/pages/cdc-connectors.adoc b/docs/modules/integrate/pages/cdc-connectors.adoc index d6eafe093..0f71ab95c 100644 --- a/docs/modules/integrate/pages/cdc-connectors.adoc +++ b/docs/modules/integrate/pages/cdc-connectors.adoc @@ -64,10 +64,10 @@ The Java API supports the following types of CDC source: a generic source for all databases supported by Debezium * link:https://docs.hazelcast.org/docs/{full-version}/javadoc/com/hazelcast/enterprise/jet/cdc/mysql/MySqlCdcSources.html[MySqlCdcSources, window=_blank]: a specific, first class Jet CDC source for MySQL databases (also based - on Debezium, but with the additional benefits provided by Hazelcast + on Debezium, but with the additional benefits provided by Hazelcast) * link:https://docs.hazelcast.org/docs/{full-version}/javadoc/com/hazelcast/enterprise/jet/cdc/postgres/PostgresCdcSources.html[PostgresCdcSources, window=_blank]: a specific, first class CDC source for PostgreSQL databases (also based -on Debezium, but with the additional benefits provided by Hazelcast +on Debezium, but with the additional benefits provided by Hazelcast) To set up a CDC data streaming source, define it using the following configuration: