Creates a CDC source that streams change data from a PostgreSQL database
to Hazelcast Jet.
Optional regular expressions that match the fully-qualified names of
columns that should be excluded from change event message values.
Specifies how often the connector should confirm processed offsets to
the Postgres database's replication slot.
Can be used to set any property not explicitly covered by other
methods or to override internal properties.
Custom snapshotter that will be used by the connector.
IP address or hostname of the database server, has to be specified.
The name of the PostgreSQL database from which to stream the changes.
Database user password for connecting to the database server.
Optional port number of the database server, if unspecified defaults
to the database specific default port (5432).
Database user for connecting to the database server.
Specifies how the connector should behave when it detects that the
backing database has been shut dow.
Whether or not to drop the logical replication slot when the
connector disconnects cleanly.
The name of the @see
Postgres logical decoding slot (also called "replication slot")
created for streaming changes from a plug-in and database instance.
Optional regular expressions that match schema names to be excluded
from monitoring ("schema" is used here to denote logical groups of
tables).
Optional regular expressions that match schema names to be monitored
("schema" is used here to denote logical groups of tables).
Specifies if the source's state should be kept or discarded during
reconnect attempts to the database.
Snapshot mode that will be used by the connector.
Specifies the (path to the) file containing the SSL Certificate for
the database client.
Specifies the (path to the) file containing the SSL private key of
the database client.
Specifies the password to be used to access the SSL key file, if
specified.
Specifies whether to use an encrypted connection to the database.
Specifies the file containing containing SSL certificate authority
(CA) certificate(s).
Optional regular expressions that match fully-qualified table
identifiers for tables to be excluded from monitoring; any table not
included in the blacklist will be monitored.
Optional regular expressions that match fully-qualified table
identifiers for tables to be monitored; any table not included in the
whitelist will be excluded from monitoring.