DBZ-8090 Edit and rename pass-through properties partials files

This commit is contained in:
roldanbob 2024-08-28 19:20:15 -04:00
parent cefd7a0a3b
commit 0520fc272c
4 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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 .