default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.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 DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.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 DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.columnBlacklist(String columnBlacklist) |
Regular expressions matching columns to exclude from change events
(deprecated, use column.exclude.list instead).
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.columnExcludeList(String columnExcludeList) |
Regular expressions matching columns to exclude from change events.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.columnIncludeList(String columnIncludeList) |
Regular expressions matching columns to include in change events.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.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 DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.columnWhitelist(String columnWhitelist) |
Regular expressions matching columns to include in change events
(deprecated, use column.include.list instead).
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.configuration(org.apache.camel.component.debezium.configuration.Db2ConnectorEmbeddedDebeziumConfiguration configuration) |
Allow pre-configured Configurations to be set.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.converters(String converters) |
Optional list of custom converters that would be used instead of
default ones.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.databaseDbname(String databaseDbname) |
The name of the database from which the connector should capture
changes.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.databaseHistory(String databaseHistory) |
The name of the DatabaseHistory class that should be used to store
and recover database schema changes.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.databaseHistoryFileFilename(String databaseHistoryFileFilename) |
The path to the file that will be used to record the database
history.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.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 DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.databaseHistoryKafkaQueryTimeoutMs(long databaseHistoryKafkaQueryTimeoutMs) |
The number of milliseconds to wait while fetching cluster information
using Kafka admin client.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.databaseHistoryKafkaRecoveryAttempts(int databaseHistoryKafkaRecoveryAttempts) |
The number of attempts in a row that no data are returned from Kafka
before recover completes.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.databaseHistoryKafkaRecoveryPollIntervalMs(int databaseHistoryKafkaRecoveryPollIntervalMs) |
The number of milliseconds to wait while polling for persisted data
during recovery.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.databaseHistoryKafkaTopic(String databaseHistoryKafkaTopic) |
The name of the topic for the database schema history.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.databaseHistorySkipUnparseableDdl(boolean databaseHistorySkipUnparseableDdl) |
Controls the action Debezium will take when it meets a DDL statement
in binlog, that it cannot parse.By default the connector will stop
operating but by changing the setting it can ignore the statements
which it cannot parse.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.databaseHistoryStoreOnlyCapturedTablesDdl(boolean databaseHistoryStoreOnlyCapturedTablesDdl) |
Controls what DDL will Debezium store in database history.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.databaseHistoryStoreOnlyMonitoredTablesDdl(boolean databaseHistoryStoreOnlyMonitoredTablesDdl) |
Controls what DDL will Debezium store in database history.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.databaseHostname(String databaseHostname) |
Resolvable hostname or IP address of the database server.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.databasePassword(String databasePassword) |
Password of the database user to be used when connecting to the
database.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.databasePort(int databasePort) |
Port of the database server.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.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 DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.databaseUser(String databaseUser) |
Name of the database user to be used when connecting to the database.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.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.
|
static DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.debeziumDb2() |
Debezium DB2 Connector (camel-debezium-db2)
Capture changes from a DB2 database.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.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 DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.eventProcessingFailureHandlingMode(String eventProcessingFailureHandlingMode) |
Specify how failures during processing of events (i.e.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.heartbeatIntervalMs(int heartbeatIntervalMs) |
Length of an interval in milli-seconds in in which the connector
periodically sends heartbeat messages to a heartbeat topic.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.heartbeatTopicsPrefix(String heartbeatTopicsPrefix) |
The prefix that is used to name heartbeat topics.Defaults to
__debezium-heartbeat.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.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 DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.incrementalSnapshotChunkSize(int incrementalSnapshotChunkSize) |
The maximum size of chunk for incremental snapshotting.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.internalKeyConverter(String internalKeyConverter) |
The Converter class that should be used to serialize and deserialize
key data for offsets.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.internalValueConverter(String internalValueConverter) |
The Converter class that should be used to serialize and deserialize
value data for offsets.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.maxBatchSize(int maxBatchSize) |
Maximum size of each batch of source records.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.maxQueueSize(int maxQueueSize) |
Maximum size of the queue for change events read from the database
log but not yet recorded or forwarded.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.maxQueueSizeInBytes(long maxQueueSizeInBytes) |
Maximum size of the queue in bytes for change events read from the
database log but not yet recorded or forwarded.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.messageKeyColumns(String messageKeyColumns) |
A semicolon-separated list of expressions that match fully-qualified
tables and column(s) to be used as message key.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.offsetCommitPolicy(String offsetCommitPolicy) |
The name of the Java class of the commit policy.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.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 DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.offsetFlushIntervalMs(long offsetFlushIntervalMs) |
Interval at which to try committing offsets.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.offsetStorage(String offsetStorage) |
The name of the Java class that is responsible for persistence of
connector offsets.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.offsetStorageFileName(String offsetStorageFileName) |
Path to file where offsets are to be stored.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.offsetStoragePartitions(int offsetStoragePartitions) |
The number of partitions used when creating the offset storage topic.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.offsetStorageReplicationFactor(int offsetStorageReplicationFactor) |
Replication factor used when creating the offset storage topic.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.offsetStorageTopic(String offsetStorageTopic) |
The name of the Kafka topic where offsets are to be stored.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.pollIntervalMs(long pollIntervalMs) |
Time to wait for new change events to appear after receiving no
events, given in milliseconds.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.provideTransactionMetadata(boolean provideTransactionMetadata) |
Enables transaction metadata extraction together with event counting.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.queryFetchSize(int queryFetchSize) |
The maximum number of records that should be loaded into memory while
streaming.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.retriableRestartConnectorWaitMs(long retriableRestartConnectorWaitMs) |
Time to wait before restarting connector after retriable exception
occurs.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.sanitizeFieldNames(boolean sanitizeFieldNames) |
Whether field names will be sanitized to Avro naming conventions.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.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 (default)'none' does not apply any adjustment.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.signalDataCollection(String signalDataCollection) |
The name of the data collection that is used to send signals/commands
to Debezium.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.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.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.snapshotDelayMs(long snapshotDelayMs) |
A delay period before a snapshot will begin, given in milliseconds.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.snapshotFetchSize(int snapshotFetchSize) |
The maximum number of records that should be loaded into memory while
performing a snapshot.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.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.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.snapshotLockTimeoutMs(long snapshotLockTimeoutMs) |
The maximum number of millis to wait for table locks at the beginning
of a snapshot.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.snapshotMode(String snapshotMode) |
The criteria for running a snapshot upon startup of the connector.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.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 DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.sourceStructVersion(String sourceStructVersion) |
A version of the format of the publicly visible source part in the
message.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.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 DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.tableExcludeList(String tableExcludeList) |
A comma-separated list of regular expressions that match the
fully-qualified names of tables to be excluded from monitoring.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.tableIgnoreBuiltin(boolean tableIgnoreBuiltin) |
Flag specifying whether built-in tables should be ignored.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.tableIncludeList(String tableIncludeList) |
The tables for which changes are to be captured.
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.tableWhitelist(String tableWhitelist) |
The tables for which changes are to be captured (deprecated, use
table.include.list instead).
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.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 DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.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).
|
default DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder |
DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder.transactionTopic(String transactionTopic) |
The name of the transaction metadata topic.
|