DBZ-5043 Update documentation for driver pass-through parameters

This commit is contained in:
Vojtech Juranek 2022-09-02 12:41:59 +02:00 committed by Jiri Pechanec
parent a7a293c5c8
commit 3dfdf395f2

View File

@ -1,5 +1,5 @@
The {prodname} connector provides for pass-through configuration of the database driver.
Pass-through database properties begin with the prefix `database.*`.
For example, the connector passes properties such as `database.foobar=false` to the JDBC URL.
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.