Uses of Interface
org.apache.camel.builder.endpoint.dsl.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder
Packages that use DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder
-
Uses of DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.debeziumPostgres(String path) Debezium PostgresSQL Connector (camel-debezium-postgres) Capture changes from a PostgresSQL database.StaticEndpointBuilders.debeziumPostgres(String componentName, String path) Debezium PostgresSQL Connector (camel-debezium-postgres) Capture changes from a PostgresSQL database. -
Uses of DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilderModifier and TypeMethodDescriptionDebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.additionalProperties(String key, Object value) Additional properties for debezium components in case they can't be set directly on the camel configurations (e.g: setting Kafka Connect properties needed by Debezium engine, for example setting KafkaOffsetBackingStore), the properties have to be prefixed with additionalProperties..DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.additionalProperties(Map values) Additional properties for debezium components in case they can't be set directly on the camel configurations (e.g: setting Kafka Connect properties needed by Debezium engine, for example setting KafkaOffsetBackingStore), the properties have to be prefixed with additionalProperties..DebeziumPostgresEndpointBuilderFactory.AdvancedDebeziumPostgresEndpointBuilder.basic()DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.binaryHandlingMode(String binaryHandlingMode) Specify how binary (blob, binary, etc.) columns should be represented in change events, including: 'bytes' represents binary data as byte array (default); 'base64' represents binary data as base64-encoded string; 'base64-url-safe' represents binary data as base64-url-safe-encoded string; 'hex' represents binary data as hex-encoded (base16) string.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.columnExcludeList(String columnExcludeList) Regular expressions matching columns to exclude from change events.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.columnIncludeList(String columnIncludeList) Regular expressions matching columns to include in change events.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.columnPropagateSourceType(String columnPropagateSourceType) A comma-separated list of regular expressions matching fully-qualified names of columns that adds the columns original type and original length as parameters to the corresponding field schemas in the emitted change records.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.converters(String converters) Optional list of custom converters that would be used instead of default ones.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.customMetricTags(String customMetricTags) The custom metric tags will accept key-value pairs to customize the MBean object name which should be appended the end of regular name, each key would represent a tag for the MBean object name, and the corresponding value would be the value of that tag the key is.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.databaseDbname(String databaseDbname) The name of the database from which the connector should capture changes.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.databaseHostname(String databaseHostname) Resolvable hostname or IP address of the database server.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.databaseInitialStatements(String databaseInitialStatements) A semicolon separated list of SQL statements to be executed when a JDBC connection to the database is established.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.databasePassword(String databasePassword) Password of the database user to be used when connecting to the database.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.databasePort(int databasePort) Port of the database server.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.databasePort(String databasePort) Port of the database server.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.databaseSslcert(String databaseSslcert) File containing the SSL Certificate for the client.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.databaseSslfactory(String databaseSslfactory) A name of class to that creates SSL Sockets.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.databaseSslkey(String databaseSslkey) File containing the SSL private key for the client.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.databaseSslmode(String databaseSslmode) Whether to use an encrypted connection to Postgres.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.databaseSslpassword(String databaseSslpassword) Password to access the client private key from the file specified by 'database.sslkey'.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.databaseSslrootcert(String databaseSslrootcert) File containing the root certificate(s) against which the server is validated.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.databaseTcpkeepalive(boolean databaseTcpkeepalive) Enable or disable TCP keep-alive probe to avoid dropping TCP connection.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.databaseTcpkeepalive(String databaseTcpkeepalive) Enable or disable TCP keep-alive probe to avoid dropping TCP connection.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.databaseUser(String databaseUser) Name of the database user to be used when connecting to the database.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.datatypePropagateSourceType(String datatypePropagateSourceType) A comma-separated list of regular expressions matching the database-specific data type names that adds the data type's original type and original length as parameters to the corresponding field schemas in the emitted change records.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresBuilders.debeziumPostgres(String path) Debezium PostgresSQL Connector (camel-debezium-postgres) Capture changes from a PostgresSQL database.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresBuilders.debeziumPostgres(String componentName, String path) Debezium PostgresSQL Connector (camel-debezium-postgres) Capture changes from a PostgresSQL database.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.decimalHandlingMode(String decimalHandlingMode) Specify how DECIMAL and NUMERIC columns should be represented in change events, including: 'precise' (the default) uses java.math.BigDecimal to represent values, which are encoded in the change events using a binary representation and Kafka Connect's 'org.apache.kafka.connect.data.Decimal' type; 'string' uses string to represent values; 'double' represents values using Java's 'double', which may not offer the precision but will be far easier to use in consumers.DebeziumPostgresEndpointBuilderFactory.endpointBuilder(String componentName, String path) DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.errorsMaxRetries(int errorsMaxRetries) The maximum number of retries on connection errors before failing (-1 = no limit, 0 = disabled, 0 = num of retries).DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.errorsMaxRetries(String errorsMaxRetries) The maximum number of retries on connection errors before failing (-1 = no limit, 0 = disabled, 0 = num of retries).DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.eventProcessingFailureHandlingMode(String eventProcessingFailureHandlingMode) Specify how failures during processing of events (i.e.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.flushLsnSource(boolean flushLsnSource) Boolean to determine if Debezium should flush LSN in the source postgres database.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.flushLsnSource(String flushLsnSource) Boolean to determine if Debezium should flush LSN in the source postgres database.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.heartbeatActionQuery(String heartbeatActionQuery) The query executed with every heartbeat.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.heartbeatIntervalMs(int heartbeatIntervalMs) Length of an interval in milli-seconds in in which the connector periodically sends heartbeat messages to a heartbeat topic.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.heartbeatIntervalMs(String heartbeatIntervalMs) Length of an interval in milli-seconds in in which the connector periodically sends heartbeat messages to a heartbeat topic.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.heartbeatTopicsPrefix(String heartbeatTopicsPrefix) The prefix that is used to name heartbeat topics.Defaults to __debezium-heartbeat.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.hstoreHandlingMode(String hstoreHandlingMode) Specify how HSTORE columns should be represented in change events, including: 'json' represents values as string-ified JSON (default); 'map' represents values as a key/value map.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.includeSchemaComments(boolean includeSchemaComments) Whether the connector parse table and column's comment to metadata object.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.includeSchemaComments(String includeSchemaComments) Whether the connector parse table and column's comment to metadata object.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.includeUnknownDatatypes(boolean includeUnknownDatatypes) Specify whether the fields of data type not supported by Debezium should be processed: 'false' (the default) omits the fields; 'true' converts the field into an implementation dependent binary representation.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.includeUnknownDatatypes(String includeUnknownDatatypes) Specify whether the fields of data type not supported by Debezium should be processed: 'false' (the default) omits the fields; 'true' converts the field into an implementation dependent binary representation.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.incrementalSnapshotChunkSize(int incrementalSnapshotChunkSize) The maximum size of chunk (number of documents/rows) for incremental snapshotting.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.incrementalSnapshotChunkSize(String incrementalSnapshotChunkSize) The maximum size of chunk (number of documents/rows) for incremental snapshotting.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.internalKeyConverter(String internalKeyConverter) The Converter class that should be used to serialize and deserialize key data for offsets.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.internalValueConverter(String internalValueConverter) The Converter class that should be used to serialize and deserialize value data for offsets.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.intervalHandlingMode(String intervalHandlingMode) Specify how INTERVAL columns should be represented in change events, including: 'string' represents values as an exact ISO formatted string; 'numeric' (default) represents values using the inexact conversion into microseconds.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.maxBatchSize(int maxBatchSize) Maximum size of each batch of source records.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.maxBatchSize(String maxBatchSize) Maximum size of each batch of source records.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.maxQueueSize(int maxQueueSize) Maximum size of the queue for change events read from the database log but not yet recorded or forwarded.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.maxQueueSize(String maxQueueSize) Maximum size of the queue for change events read from the database log but not yet recorded or forwarded.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.maxQueueSizeInBytes(long maxQueueSizeInBytes) Maximum size of the queue in bytes for change events read from the database log but not yet recorded or forwarded.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.maxQueueSizeInBytes(String maxQueueSizeInBytes) Maximum size of the queue in bytes for change events read from the database log but not yet recorded or forwarded.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.messageKeyColumns(String messageKeyColumns) A semicolon-separated list of expressions that match fully-qualified tables and column(s) to be used as message key.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.messagePrefixExcludeList(String messagePrefixExcludeList) A comma-separated list of regular expressions that match the logical decoding message prefixes to be excluded from monitoring.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.messagePrefixIncludeList(String messagePrefixIncludeList) A comma-separated list of regular expressions that match the logical decoding message prefixes to be monitored.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.notificationEnabledChannels(String notificationEnabledChannels) List of notification channels names that are enabled.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.notificationSinkTopicName(String notificationSinkTopicName) The name of the topic for the notifications.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.offsetCommitPolicy(String offsetCommitPolicy) The name of the Java class of the commit policy.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.offsetCommitTimeoutMs(long offsetCommitTimeoutMs) Maximum number of milliseconds to wait for records to flush and partition offset data to be committed to offset storage before cancelling the process and restoring the offset data to be committed in a future attempt.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.offsetCommitTimeoutMs(String offsetCommitTimeoutMs) Maximum number of milliseconds to wait for records to flush and partition offset data to be committed to offset storage before cancelling the process and restoring the offset data to be committed in a future attempt.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.offsetFlushIntervalMs(long offsetFlushIntervalMs) Interval at which to try committing offsets.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.offsetFlushIntervalMs(String offsetFlushIntervalMs) Interval at which to try committing offsets.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.offsetStorage(String offsetStorage) The name of the Java class that is responsible for persistence of connector offsets.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.offsetStorageFileName(String offsetStorageFileName) Path to file where offsets are to be stored.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.offsetStoragePartitions(int offsetStoragePartitions) The number of partitions used when creating the offset storage topic.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.offsetStoragePartitions(String offsetStoragePartitions) The number of partitions used when creating the offset storage topic.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.offsetStorageReplicationFactor(int offsetStorageReplicationFactor) Replication factor used when creating the offset storage topic.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.offsetStorageReplicationFactor(String offsetStorageReplicationFactor) Replication factor used when creating the offset storage topic.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.offsetStorageTopic(String offsetStorageTopic) The name of the Kafka topic where offsets are to be stored.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.pluginName(String pluginName) The name of the Postgres logical decoding plugin installed on the server.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.pollIntervalMs(long pollIntervalMs) Time to wait for new change events to appear after receiving no events, given in milliseconds.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.pollIntervalMs(String pollIntervalMs) Time to wait for new change events to appear after receiving no events, given in milliseconds.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.provideTransactionMetadata(boolean provideTransactionMetadata) Enables transaction metadata extraction together with event counting.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.provideTransactionMetadata(String provideTransactionMetadata) Enables transaction metadata extraction together with event counting.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.publicationAutocreateMode(String publicationAutocreateMode) Applies only when streaming changes using pgoutput.Determine how creation of a publication should work, the default is all_tables.DISABLED - The connector will not attempt to create a publication at all.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.publicationName(String publicationName) The name of the Postgres 10 publication used for streaming changes from a plugin.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.queryFetchSize(int queryFetchSize) The maximum number of records that should be loaded into memory while streaming.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.queryFetchSize(String queryFetchSize) The maximum number of records that should be loaded into memory while streaming.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.replicaIdentityAutosetValues(String replicaIdentityAutosetValues) Applies only when streaming changes using pgoutput.Determines the value for Replica Identity at table level.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.retriableRestartConnectorWaitMs(long retriableRestartConnectorWaitMs) Time to wait before restarting connector after retriable exception occurs.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.retriableRestartConnectorWaitMs(String retriableRestartConnectorWaitMs) Time to wait before restarting connector after retriable exception occurs.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.schemaExcludeList(String schemaExcludeList) The schemas for which events must not be captured.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.schemaHistoryInternalFileFilename(String schemaHistoryInternalFileFilename) The path to the file that will be used to record the database schema history.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.schemaIncludeList(String schemaIncludeList) The schemas for which events should be captured.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.schemaNameAdjustmentMode(String schemaNameAdjustmentMode) Specify how schema names should be adjusted for compatibility with the message converter used by the connector, including: 'avro' replaces the characters that cannot be used in the Avro type name with underscore; 'avro_unicode' replaces the underscore or characters that cannot be used in the Avro type name with corresponding unicode like _uxxxx.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.schemaRefreshMode(String schemaRefreshMode) Specify the conditions that trigger a refresh of the in-memory schema for a table.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.signalDataCollection(String signalDataCollection) The name of the data collection that is used to send signals/commands to Debezium.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.signalEnabledChannels(String signalEnabledChannels) List of channels names that are enabled.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.signalPollIntervalMs(long signalPollIntervalMs) Interval for looking for new signals in registered channels, given in milliseconds.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.signalPollIntervalMs(String signalPollIntervalMs) Interval for looking for new signals in registered channels, given in milliseconds.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.skippedOperations(String skippedOperations) The comma-separated list of operations to skip during streaming, defined as: 'c' for inserts/create; 'u' for updates; 'd' for deletes, 't' for truncates, and 'none' to indicate nothing skipped.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.slotDropOnStop(boolean slotDropOnStop) Whether or not to drop the logical replication slot when the connector finishes orderly.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.slotDropOnStop(String slotDropOnStop) Whether or not to drop the logical replication slot when the connector finishes orderly.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.slotMaxRetries(int slotMaxRetries) How many times to retry connecting to a replication slot when an attempt fails.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.slotMaxRetries(String slotMaxRetries) How many times to retry connecting to a replication slot when an attempt fails.The name of the Postgres logical decoding slot created for streaming changes from a plugin.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.slotRetryDelayMs(long slotRetryDelayMs) Time to wait between retry attempts when the connector fails to connect to a replication slot, given in milliseconds.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.slotRetryDelayMs(String slotRetryDelayMs) Time to wait between retry attempts when the connector fails to connect to a replication slot, given in milliseconds.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.slotStreamParams(String slotStreamParams) Any optional parameters used by logical decoding plugin.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.snapshotCustomClass(String snapshotCustomClass) When 'snapshot.mode' is set as custom, this setting must be set to specify a fully qualified class name to load (via the default class loader).DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.snapshotDelayMs(long snapshotDelayMs) A delay period before a snapshot will begin, given in milliseconds.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.snapshotDelayMs(String snapshotDelayMs) A delay period before a snapshot will begin, given in milliseconds.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.snapshotFetchSize(int snapshotFetchSize) The maximum number of records that should be loaded into memory while performing a snapshot.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.snapshotFetchSize(String snapshotFetchSize) The maximum number of records that should be loaded into memory while performing a snapshot.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.snapshotIncludeCollectionList(String snapshotIncludeCollectionList) This setting must be set to specify a list of tables/collections whose snapshot must be taken on creating or restarting the connector.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.snapshotLockTimeoutMs(long snapshotLockTimeoutMs) The maximum number of millis to wait for table locks at the beginning of a snapshot.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.snapshotLockTimeoutMs(String snapshotLockTimeoutMs) The maximum number of millis to wait for table locks at the beginning of a snapshot.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.snapshotMaxThreads(int snapshotMaxThreads) The maximum number of threads used to perform the snapshot.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.snapshotMaxThreads(String snapshotMaxThreads) The maximum number of threads used to perform the snapshot.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.snapshotMode(String snapshotMode) The criteria for running a snapshot upon startup of the connector.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.snapshotSelectStatementOverrides(String snapshotSelectStatementOverrides) This property contains a comma-separated list of fully-qualified tables (DB_NAME.TABLE_NAME) or (SCHEMA_NAME.TABLE_NAME), depending on the specific connectors.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.snapshotTablesOrderByRowCount(String snapshotTablesOrderByRowCount) Controls the order in which tables are processed in the initial snapshot.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.sourceinfoStructMaker(String sourceinfoStructMaker) The name of the SourceInfoStructMaker class that returns SourceInfo schema and struct.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.statusUpdateIntervalMs(int statusUpdateIntervalMs) Frequency for sending replication connection status updates to the server, given in milliseconds.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.statusUpdateIntervalMs(String statusUpdateIntervalMs) Frequency for sending replication connection status updates to the server, given in milliseconds.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.tableExcludeList(String tableExcludeList) A comma-separated list of regular expressions that match the fully-qualified names of tables to be excluded from monitoring.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.tableIgnoreBuiltin(boolean tableIgnoreBuiltin) Flag specifying whether built-in tables should be ignored.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.tableIgnoreBuiltin(String tableIgnoreBuiltin) Flag specifying whether built-in tables should be ignored.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.tableIncludeList(String tableIncludeList) The tables for which changes are to be captured.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.timePrecisionMode(String timePrecisionMode) Time, date, and timestamps can be represented with different kinds of precisions, including: 'adaptive' (the default) bases the precision of time, date, and timestamp values on the database column's precision; 'adaptive_time_microseconds' like 'adaptive' mode, but TIME fields always use microseconds precision; 'connect' always represents time, date, and timestamp values using Kafka Connect's built-in representations for Time, Date, and Timestamp, which uses millisecond precision regardless of the database columns' precision.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.tombstonesOnDelete(boolean tombstonesOnDelete) Whether delete operations should be represented by a delete event and a subsequent tombstone event (true) or only by a delete event (false).DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.tombstonesOnDelete(String tombstonesOnDelete) Whether delete operations should be represented by a delete event and a subsequent tombstone event (true) or only by a delete event (false).DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.topicNamingStrategy(String topicNamingStrategy) The name of the TopicNamingStrategy class that should be used to determine the topic name for data change, schema change, transaction, heartbeat event etc.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.topicPrefix(String topicPrefix) Topic prefix that identifies and provides a namespace for the particular database server/cluster is capturing changes.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.unavailableValuePlaceholder(String unavailableValuePlaceholder) Specify the constant that will be provided by Debezium to indicate that the original value is a toasted value not provided by the database.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.xminFetchIntervalMs(long xminFetchIntervalMs) Specify how often (in ms) the xmin will be fetched from the replication slot.DebeziumPostgresEndpointBuilderFactory.DebeziumPostgresEndpointBuilder.xminFetchIntervalMs(String xminFetchIntervalMs) Specify how often (in ms) the xmin will be fetched from the replication slot.