public static interface DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder extends ComponentBuilder<org.apache.camel.component.debezium.DebeziumSqlserverComponent>
| Modifier and Type | Method and Description |
|---|---|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
additionalProperties(Map<String,Object> additionalProperties)
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..
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
columnBlacklist(String columnBlacklist)
Regular expressions matching columns to exclude from change events
(deprecated, use column.exclude.list instead).
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
columnExcludeList(String columnExcludeList)
Regular expressions matching columns to exclude from change events.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
columnIncludeList(String columnIncludeList)
Regular expressions matching columns to include in change events.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
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.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
columnWhitelist(String columnWhitelist)
Regular expressions matching columns to include in change events
(deprecated, use column.include.list instead).
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
configuration(org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration configuration)
Allow pre-configured Configurations to be set.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
converters(String converters)
Optional list of custom converters that would be used instead of
default ones.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
databaseDbname(String databaseDbname)
The name of the database the connector should be monitoring.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
databaseHistory(String databaseHistory)
The name of the DatabaseHistory class that should be used to store
and recover database schema changes.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
databaseHistoryFileFilename(String databaseHistoryFileFilename)
The path to the file that will be used to record the database
history.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
databaseHistoryKafkaBootstrapServers(String databaseHistoryKafkaBootstrapServers)
A list of host/port pairs that the connector will use for
establishing the initial connection to the Kafka cluster for
retrieving database schema history previously stored by the
connector.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
databaseHistoryKafkaRecoveryAttempts(int databaseHistoryKafkaRecoveryAttempts)
The number of attempts in a row that no data are returned from Kafka
before recover completes.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
databaseHistoryKafkaRecoveryPollIntervalMs(int databaseHistoryKafkaRecoveryPollIntervalMs)
The number of milliseconds to wait while polling for persisted data
during recovery.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
databaseHistoryKafkaTopic(String databaseHistoryKafkaTopic)
The name of the topic for the database schema history.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
databaseHostname(String databaseHostname)
Resolvable hostname or IP address of the SQL Server database server.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
databaseInstance(String databaseInstance)
The SQL Server instance name.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
databasePassword(String databasePassword)
Password of the SQL Server database user to be used when connecting
to the database.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
databasePort(int databasePort)
Port of the SQL Server database server.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
databaseServerName(String databaseServerName)
Unique name that identifies the database server and all recorded
offsets, and that is used as a prefix for all schemas and topics.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
databaseServerTimezone(String databaseServerTimezone)
The timezone of the server used to correctly shift the commit
transaction timestamp on the client sideOptions include: Any valid
Java ZoneId.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
databaseUser(String databaseUser)
Name of the SQL Server database user to be used when connecting to
the database.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
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.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
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.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
eventProcessingFailureHandlingMode(String eventProcessingFailureHandlingMode)
Specify how failures during processing of events (i.e.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
heartbeatIntervalMs(int heartbeatIntervalMs)
Length of an interval in milli-seconds in in which the connector
periodically sends heartbeat messages to a heartbeat topic.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
heartbeatTopicsPrefix(String heartbeatTopicsPrefix)
The prefix that is used to name heartbeat topics.Defaults to
__debezium-heartbeat.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
includeSchemaChanges(boolean includeSchemaChanges)
Whether the connector should publish changes in the database schema
to a Kafka topic with the same name as the database server ID.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
internalKeyConverter(String internalKeyConverter)
The Converter class that should be used to serialize and deserialize
key data for offsets.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
internalValueConverter(String internalValueConverter)
The Converter class that should be used to serialize and deserialize
value data for offsets.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
maxBatchSize(int maxBatchSize)
Maximum size of each batch of source records.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
maxQueueSize(int maxQueueSize)
Maximum size of the queue for change events read from the database
log but not yet recorded or forwarded.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
messageKeyColumns(String messageKeyColumns)
A semicolon-separated list of expressions that match fully-qualified
tables and column(s) to be used as message key.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
offsetCommitPolicy(String offsetCommitPolicy)
The name of the Java class of the commit policy.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
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.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
offsetFlushIntervalMs(long offsetFlushIntervalMs)
Interval at which to try committing offsets.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
offsetStorage(String offsetStorage)
The name of the Java class that is responsible for persistence of
connector offsets.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
offsetStorageFileName(String offsetStorageFileName)
Path to file where offsets are to be stored.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
offsetStoragePartitions(int offsetStoragePartitions)
The number of partitions used when creating the offset storage topic.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
offsetStorageReplicationFactor(int offsetStorageReplicationFactor)
Replication factor used when creating the offset storage topic.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
offsetStorageTopic(String offsetStorageTopic)
The name of the Kafka topic where offsets are to be stored.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
pollIntervalMs(long pollIntervalMs)
Frequency in milliseconds to wait for new change events to appear
after receiving no events.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
provideTransactionMetadata(boolean provideTransactionMetadata)
Enables transaction metadata extraction together with event counting.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
queryFetchSize(int queryFetchSize)
The maximum number of records that should be loaded into memory while
streaming.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
retriableRestartConnectorWaitMs(long retriableRestartConnectorWaitMs)
Time to wait before restarting connector after retriable exception
occurs.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
sanitizeFieldNames(boolean sanitizeFieldNames)
Whether field names will be sanitized to Avro naming conventions.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
skippedOperations(String skippedOperations)
The comma-separated list of operations to skip during streaming,
defined as: 'i' for inserts; 'u' for updates; 'd' for deletes.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
snapshotDelayMs(long snapshotDelayMs)
The number of milliseconds to delay before a snapshot will begin.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
snapshotFetchSize(int snapshotFetchSize)
The maximum number of records that should be loaded into memory while
performing a snapshot.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
snapshotIsolationMode(String snapshotIsolationMode)
Controls which transaction isolation level is used and how long the
connector locks the monitored tables.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
snapshotLockTimeoutMs(long snapshotLockTimeoutMs)
The maximum number of millis to wait for table locks at the beginning
of a snapshot.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
snapshotMode(String snapshotMode)
The criteria for running a snapshot upon startup of the connector.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
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
thespecific connectors .
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
sourceStructVersion(String sourceStructVersion)
A version of the format of the publicly visible source part in the
message.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
sourceTimestampMode(String sourceTimestampMode)
Configures the criteria of the attached timestamp within the source
record (ts_ms).Options include:'commit', (default) the source
timestamp is set to the instant where the record was committed in the
database'processing', the source timestamp is set to the instant
where the record was processed by Debezium.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
tableBlacklist(String tableBlacklist)
A comma-separated list of regular expressions that match the
fully-qualified names of tables to be excluded from monitoring
(deprecated, use table.exclude.list instead).
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
tableExcludeList(String tableExcludeList)
A comma-separated list of regular expressions that match the
fully-qualified names of tables to be excluded from monitoring.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
tableIgnoreBuiltin(boolean tableIgnoreBuiltin)
Flag specifying whether built-in tables should be ignored.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
tableIncludeList(String tableIncludeList)
The tables for which changes are to be captured.
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
tableWhitelist(String tableWhitelist)
The tables for which changes are to be captured (deprecated, use
table.include.list instead).
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
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 .
|
default DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
tombstonesOnDelete(boolean tombstonesOnDelete)
Whether delete operations should be represented by a delete event and
a subsquenttombstone event (true) or only by a delete event (false).
|
build, build, doSetProperty, registerdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder additionalProperties(Map<String,Object> additionalProperties)
additionalProperties - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder configuration(org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration configuration)
configuration - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder internalKeyConverter(String internalKeyConverter)
internalKeyConverter - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder internalValueConverter(String internalValueConverter)
internalValueConverter - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder offsetCommitPolicy(String offsetCommitPolicy)
offsetCommitPolicy - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder offsetCommitTimeoutMs(long offsetCommitTimeoutMs)
offsetCommitTimeoutMs - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder offsetFlushIntervalMs(long offsetFlushIntervalMs)
offsetFlushIntervalMs - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder offsetStorage(String offsetStorage)
offsetStorage - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder offsetStorageFileName(String offsetStorageFileName)
offsetStorageFileName - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder offsetStoragePartitions(int offsetStoragePartitions)
offsetStoragePartitions - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder offsetStorageReplicationFactor(int offsetStorageReplicationFactor)
offsetStorageReplicationFactor - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder offsetStorageTopic(String offsetStorageTopic)
offsetStorageTopic - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder columnBlacklist(String columnBlacklist)
columnBlacklist - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder columnExcludeList(String columnExcludeList)
columnExcludeList - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder columnIncludeList(String columnIncludeList)
columnIncludeList - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder columnPropagateSourceType(String columnPropagateSourceType)
columnPropagateSourceType - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder columnWhitelist(String columnWhitelist)
columnWhitelist - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder converters(String converters)
converters - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder databaseDbname(String databaseDbname)
databaseDbname - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder databaseHistory(String databaseHistory)
databaseHistory - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder databaseHistoryFileFilename(String databaseHistoryFileFilename)
databaseHistoryFileFilename - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder databaseHistoryKafkaBootstrapServers(String databaseHistoryKafkaBootstrapServers)
databaseHistoryKafkaBootstrapServers - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder databaseHistoryKafkaRecoveryAttempts(int databaseHistoryKafkaRecoveryAttempts)
databaseHistoryKafkaRecoveryAttempts - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder databaseHistoryKafkaRecoveryPollIntervalMs(int databaseHistoryKafkaRecoveryPollIntervalMs)
databaseHistoryKafkaRecoveryPollIntervalMs - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder databaseHistoryKafkaTopic(String databaseHistoryKafkaTopic)
databaseHistoryKafkaTopic - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder databaseHostname(String databaseHostname)
databaseHostname - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder databaseInstance(String databaseInstance)
databaseInstance - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder databasePassword(String databasePassword)
databasePassword - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder databasePort(int databasePort)
databasePort - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder databaseServerName(String databaseServerName)
databaseServerName - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder databaseServerTimezone(String databaseServerTimezone)
databaseServerTimezone - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder databaseUser(String databaseUser)
databaseUser - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder datatypePropagateSourceType(String datatypePropagateSourceType)
datatypePropagateSourceType - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder decimalHandlingMode(String decimalHandlingMode)
decimalHandlingMode - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder eventProcessingFailureHandlingMode(String eventProcessingFailureHandlingMode)
eventProcessingFailureHandlingMode - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder heartbeatIntervalMs(int heartbeatIntervalMs)
heartbeatIntervalMs - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder heartbeatTopicsPrefix(String heartbeatTopicsPrefix)
heartbeatTopicsPrefix - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder includeSchemaChanges(boolean includeSchemaChanges)
includeSchemaChanges - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder maxBatchSize(int maxBatchSize)
maxBatchSize - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder maxQueueSize(int maxQueueSize)
maxQueueSize - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder messageKeyColumns(String messageKeyColumns)
messageKeyColumns - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder pollIntervalMs(long pollIntervalMs)
pollIntervalMs - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder provideTransactionMetadata(boolean provideTransactionMetadata)
provideTransactionMetadata - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder queryFetchSize(int queryFetchSize)
queryFetchSize - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder retriableRestartConnectorWaitMs(long retriableRestartConnectorWaitMs)
retriableRestartConnectorWaitMs - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder sanitizeFieldNames(boolean sanitizeFieldNames)
sanitizeFieldNames - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder skippedOperations(String skippedOperations)
skippedOperations - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder snapshotDelayMs(long snapshotDelayMs)
snapshotDelayMs - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder snapshotFetchSize(int snapshotFetchSize)
snapshotFetchSize - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder snapshotIsolationMode(String snapshotIsolationMode)
snapshotIsolationMode - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder snapshotLockTimeoutMs(long snapshotLockTimeoutMs)
snapshotLockTimeoutMs - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder snapshotMode(String snapshotMode)
snapshotMode - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder snapshotSelectStatementOverrides(String snapshotSelectStatementOverrides)
snapshotSelectStatementOverrides - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder sourceStructVersion(String sourceStructVersion)
sourceStructVersion - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder sourceTimestampMode(String sourceTimestampMode)
sourceTimestampMode - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder tableBlacklist(String tableBlacklist)
tableBlacklist - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder tableExcludeList(String tableExcludeList)
tableExcludeList - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder tableIgnoreBuiltin(boolean tableIgnoreBuiltin)
tableIgnoreBuiltin - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder tableIncludeList(String tableIncludeList)
tableIncludeList - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder tableWhitelist(String tableWhitelist)
tableWhitelist - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder timePrecisionMode(String timePrecisionMode)
timePrecisionMode - the value to setdefault DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder tombstonesOnDelete(boolean tombstonesOnDelete)
tombstonesOnDelete - the value to setApache Camel