diff --git a/documentation/modules/ROOT/partials/modules/all-connectors/ref-connector-pass-through-database-driver-configuration-properties.adoc b/documentation/modules/ROOT/partials/modules/all-connectors/ref-connector-pass-through-database-driver-configuration-properties.adoc index 03678cf98..a3d043bfc 100644 --- a/documentation/modules/ROOT/partials/modules/all-connectors/ref-connector-pass-through-database-driver-configuration-properties.adoc +++ b/documentation/modules/ROOT/partials/modules/all-connectors/ref-connector-pass-through-database-driver-configuration-properties.adoc @@ -2,4 +2,4 @@ The {prodname} connector provides for pass-through configuration of the database Pass-through database properties begin with the prefix `driver.*`. For example, the connector passes properties such as `driver.foobar=false` to the JDBC URL. -As is the case with the xref:{context}-pass-through-database-history-properties-for-configuring-producer-and-consumer-clients[pass-through properties for database schema history clients], {prodname} strips the prefixes from the properties before it passes them to the database driver. +{prodname} strips the prefixes from the properties before it passes the properties to the database driver. diff --git a/documentation/modules/ROOT/partials/modules/all-connectors/ref-connector-pass-through-database-history-properties-for-configuring-producer-and-consumer-clients.adoc b/documentation/modules/ROOT/partials/modules/all-connectors/ref-connector-pass-through-database-history-properties-for-configuring-producer-and-consumer-clients.adoc index 24894581b..73777fdbd 100644 --- a/documentation/modules/ROOT/partials/modules/all-connectors/ref-connector-pass-through-database-history-properties-for-configuring-producer-and-consumer-clients.adoc +++ b/documentation/modules/ROOT/partials/modules/all-connectors/ref-connector-pass-through-database-history-properties-for-configuring-producer-and-consumer-clients.adoc @@ -1,4 +1,4 @@ -{prodname} relies on a Kafka producer to write schema changes to database schema history topics. +{prodname} relies on an Apache Kafka producer to write schema changes to database schema history topics. Similarly, it relies on a Kafka consumer to read from database schema history topics when a connector starts. You define the configuration for the Kafka producer and consumer clients by assigning values to a set of pass-through configuration properties that begin with the `schema.history.internal.producer.\*` and `schema.history.internal.consumer.*` prefixes. The pass-through producer and consumer database schema history properties control a range of behaviors, such as how these clients secure connections with the Kafka broker, as shown in the following example: @@ -22,4 +22,4 @@ schema.history.internal.consumer.ssl.key.password=test1234 {prodname} strips the prefix from the property name before it passes the property to the Kafka client. -See the Kafka documentation for more details about link:https://kafka.apache.org/documentation.html#producerconfigs[Kafka producer configuration properties] and link:https://kafka.apache.org/documentation.html#consumerconfigs[Kafka consumer configuration properties]. +For more information about link:https://kafka.apache.org/documentation.html#producerconfigs[Kafka producer configuration properties] and link:https://kafka.apache.org/documentation.html#consumerconfigs[Kafka consumer configuration properties], see the Apache Kafka documentation . diff --git a/documentation/modules/ROOT/partials/modules/all-connectors/ref-connector-pass-through-kafka-notification-configuration-properties.adoc b/documentation/modules/ROOT/partials/modules/all-connectors/ref-connector-pass-through-kafka-sink-notification-configuration-properties.adoc similarity index 100% rename from documentation/modules/ROOT/partials/modules/all-connectors/ref-connector-pass-through-kafka-notification-configuration-properties.adoc rename to documentation/modules/ROOT/partials/modules/all-connectors/ref-connector-pass-through-kafka-sink-notification-configuration-properties.adoc diff --git a/documentation/modules/ROOT/partials/modules/all-connectors/ref-connector-pass-through-signals-kafka-consumer-configuration-properties.adoc b/documentation/modules/ROOT/partials/modules/all-connectors/ref-connector-pass-through-signals-kafka-consumer-client-configuration-properties.adoc similarity index 100% rename from documentation/modules/ROOT/partials/modules/all-connectors/ref-connector-pass-through-signals-kafka-consumer-configuration-properties.adoc rename to documentation/modules/ROOT/partials/modules/all-connectors/ref-connector-pass-through-signals-kafka-consumer-client-configuration-properties.adoc