default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.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 DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.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'hex' represents binary data as hex-encoded (base16) string.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.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 DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.columnBlacklist(String columnBlacklist) |
Regular expressions matching columns to exclude from change events
(deprecated, use column.exclude.list instead).
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.columnExcludeList(String columnExcludeList) |
Regular expressions matching columns to exclude from change events.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.columnIncludeList(String columnIncludeList) |
Regular expressions matching columns to include in change events.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.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 DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.columnWhitelist(String columnWhitelist) |
Regular expressions matching columns to include in change events
(deprecated, use column.include.list instead).
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.configuration(org.apache.camel.component.debezium.configuration.OracleConnectorEmbeddedDebeziumConfiguration configuration) |
Allow pre-configured Configurations to be set.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.converters(String converters) |
Optional list of custom converters that would be used instead of
default ones.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.databaseConnectionAdapter(String databaseConnectionAdapter) |
The adapter to use when capturing changes from the database.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.databaseDbname(String databaseDbname) |
The name of the database from which the connector should capture
changes.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.databaseHistory(String databaseHistory) |
The name of the DatabaseHistory class that should be used to store
and recover database schema changes.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.databaseHistoryFileFilename(String databaseHistoryFileFilename) |
The path to the file that will be used to record the database
history.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.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 DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.databaseHistoryKafkaQueryTimeoutMs(long databaseHistoryKafkaQueryTimeoutMs) |
The number of milliseconds to wait while fetching cluster information
using Kafka admin client.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.databaseHistoryKafkaRecoveryAttempts(int databaseHistoryKafkaRecoveryAttempts) |
The number of attempts in a row that no data are returned from Kafka
before recover completes.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.databaseHistoryKafkaRecoveryPollIntervalMs(int databaseHistoryKafkaRecoveryPollIntervalMs) |
The number of milliseconds to wait while polling for persisted data
during recovery.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.databaseHistoryKafkaTopic(String databaseHistoryKafkaTopic) |
The name of the topic for the database schema history.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.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 DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.databaseHistoryStoreOnlyCapturedTablesDdl(boolean databaseHistoryStoreOnlyCapturedTablesDdl) |
Controls what DDL will Debezium store in database history.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.databaseHistoryStoreOnlyMonitoredTablesDdl(boolean databaseHistoryStoreOnlyMonitoredTablesDdl) |
Controls what DDL will Debezium store in database history.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.databaseHostname(String databaseHostname) |
Resolvable hostname or IP address of the database server.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.databaseOutServerName(String databaseOutServerName) |
Name of the XStream Out server to connect to.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.databasePassword(String databasePassword) |
Password of the database user to be used when connecting to the
database.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.databasePdbName(String databasePdbName) |
Name of the pluggable database when working with a multi-tenant
set-up.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.databasePort(int databasePort) |
Port of the database server.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.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 DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.databaseUrl(String databaseUrl) |
Complete JDBC URL as an alternative to specifying hostname, port and
database provided as a way to support alternative connection
scenarios.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.databaseUser(String databaseUser) |
Name of the database user to be used when connecting to the database.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.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 DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.debeziumOracle() |
Debezium Oracle Connector (camel-debezium-oracle)
Capture changes from a Oracle database.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.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 DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.eventProcessingFailureHandlingMode(String eventProcessingFailureHandlingMode) |
Specify how failures during processing of events (i.e.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.heartbeatActionQuery(String heartbeatActionQuery) |
The query executed with every heartbeat.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.heartbeatIntervalMs(int heartbeatIntervalMs) |
Length of an interval in milli-seconds in in which the connector
periodically sends heartbeat messages to a heartbeat topic.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.heartbeatTopicsPrefix(String heartbeatTopicsPrefix) |
The prefix that is used to name heartbeat topics.Defaults to
__debezium-heartbeat.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.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 DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.includeSchemaComments(boolean includeSchemaComments) |
Whether the connector parse table and column's comment to metadata
object.Note: Enable this option will bring the implications on memory
usage.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.internalKeyConverter(String internalKeyConverter) |
The Converter class that should be used to serialize and deserialize
key data for offsets.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.internalValueConverter(String internalValueConverter) |
The Converter class that should be used to serialize and deserialize
value data for offsets.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.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.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.lobEnabled(boolean lobEnabled) |
When set to false, the default, LOB fields will not be captured nor
emitted.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningArchiveDestinationName(String logMiningArchiveDestinationName) |
Sets the specific archive log destination as the source for reading
archive logs.When not set, the connector will automatically select
the first LOCAL and VALID destination.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningArchiveLogHours(long logMiningArchiveLogHours) |
The number of hours in the past from SYSDATE to mine archive logs.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningArchiveLogOnlyMode(boolean logMiningArchiveLogOnlyMode) |
When set to false, the default, the connector will mine both archive
log and redo logs to emit change events.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningArchiveLogOnlyScnPollIntervalMs(long logMiningArchiveLogOnlyScnPollIntervalMs) |
The interval in milliseconds to wait between polls checking to see if
the SCN is in the archive logs.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningBatchSizeDefault(long logMiningBatchSizeDefault) |
The starting SCN interval size that the connector will use for
reading data from redo/archive logs.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningBatchSizeMax(long logMiningBatchSizeMax) |
The maximum SCN interval size that this connector will use when
reading from redo/archive logs.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningBatchSizeMin(long logMiningBatchSizeMin) |
The minimum SCN interval size that this connector will try to read
from redo/archive logs.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningBufferDropOnStop(boolean logMiningBufferDropOnStop) |
When set to true the underlying buffer cache is not retained when the
connector is stopped.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningBufferInfinispanCacheEvents(String logMiningBufferInfinispanCacheEvents) |
Specifies the XML configuration for the Infinispan 'events' cache.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningBufferInfinispanCacheProcessedTransactions(String logMiningBufferInfinispanCacheProcessedTransactions) |
Specifies the XML configuration for the Infinispan
'processed-transactions' cache.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningBufferInfinispanCacheSchemaChanges(String logMiningBufferInfinispanCacheSchemaChanges) |
Specifies the XML configuration for the Infinispan 'schema-changes'
cache.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningBufferInfinispanCacheTransactions(String logMiningBufferInfinispanCacheTransactions) |
Specifies the XML configuration for the Infinispan 'transactions'
cache.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningBufferType(String logMiningBufferType) |
The buffer type controls how the connector manages buffering
transaction data.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningScnGapDetectionGapSizeMin(long logMiningScnGapDetectionGapSizeMin) |
Used for SCN gap detection, if the difference between current SCN and
previous end SCN is bigger than this value, and the time difference
of current SCN and previous end SCN is smaller than
log.mining.scn.gap.detection.time.interval.max.ms, consider it a SCN
gap.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningScnGapDetectionTimeIntervalMaxMs(long logMiningScnGapDetectionTimeIntervalMaxMs) |
Used for SCN gap detection, if the difference between current SCN and
previous end SCN is bigger than
log.mining.scn.gap.detection.gap.size.min, and the time difference of
current SCN and previous end SCN is smaller than this value, consider
it a SCN gap.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningSessionMaxMs(long logMiningSessionMaxMs) |
The maximum number of milliseconds that a LogMiner session lives for
before being restarted.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningSleepTimeDefaultMs(long logMiningSleepTimeDefaultMs) |
The amount of time that the connector will sleep after reading data
from redo/archive logs and before starting reading data again.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningSleepTimeIncrementMs(long logMiningSleepTimeIncrementMs) |
The maximum amount of time that the connector will use to tune the
optimal sleep time when reading data from LogMiner.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningSleepTimeMaxMs(long logMiningSleepTimeMaxMs) |
The maximum amount of time that the connector will sleep after
reading data from redo/archive logs and before starting reading data
again.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningSleepTimeMinMs(long logMiningSleepTimeMinMs) |
The minimum amount of time that the connector will sleep after
reading data from redo/archive logs and before starting reading data
again.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningStrategy(String logMiningStrategy) |
There are strategies: Online catalog with faster mining but no
captured DDL.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningTransactionRetentionHours(long logMiningTransactionRetentionHours) |
Hours to keep long running transactions in transaction buffer between
log mining sessions.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningUsernameExcludeList(String logMiningUsernameExcludeList) |
Comma separated list of usernames to exclude from LogMiner query.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.maxBatchSize(int maxBatchSize) |
Maximum size of each batch of source records.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.maxQueueSize(int maxQueueSize) |
Maximum size of the queue for change events read from the database
log but not yet recorded or forwarded.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.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 DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.messageKeyColumns(String messageKeyColumns) |
A semicolon-separated list of expressions that match fully-qualified
tables and column(s) to be used as message key.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.offsetCommitPolicy(String offsetCommitPolicy) |
The name of the Java class of the commit policy.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.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 DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.offsetFlushIntervalMs(long offsetFlushIntervalMs) |
Interval at which to try committing offsets.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.offsetStorage(String offsetStorage) |
The name of the Java class that is responsible for persistence of
connector offsets.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.offsetStorageFileName(String offsetStorageFileName) |
Path to file where offsets are to be stored.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.offsetStoragePartitions(int offsetStoragePartitions) |
The number of partitions used when creating the offset storage topic.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.offsetStorageReplicationFactor(int offsetStorageReplicationFactor) |
Replication factor used when creating the offset storage topic.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.offsetStorageTopic(String offsetStorageTopic) |
The name of the Kafka topic where offsets are to be stored.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.pollIntervalMs(long pollIntervalMs) |
Time to wait for new change events to appear after receiving no
events, given in milliseconds.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.provideTransactionMetadata(boolean provideTransactionMetadata) |
Enables transaction metadata extraction together with event counting.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.queryFetchSize(int queryFetchSize) |
The maximum number of records that should be loaded into memory while
streaming.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.racNodes(String racNodes) |
A comma-separated list of RAC node hostnames or ip addresses.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.retriableRestartConnectorWaitMs(long retriableRestartConnectorWaitMs) |
Time to wait before restarting connector after retriable exception
occurs.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.sanitizeFieldNames(boolean sanitizeFieldNames) |
Whether field names will be sanitized to Avro naming conventions.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.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 DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.signalDataCollection(String signalDataCollection) |
The name of the data collection that is used to send signals/commands
to Debezium.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.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 DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.snapshotDelayMs(long snapshotDelayMs) |
A delay period before a snapshot will begin, given in milliseconds.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.snapshotEnhancePredicateScn(String snapshotEnhancePredicateScn) |
A token to replace on snapshot predicate template.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.snapshotFetchSize(int snapshotFetchSize) |
The maximum number of records that should be loaded into memory while
performing a snapshot.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.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 DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.snapshotLockingMode(String snapshotLockingMode) |
Controls how the connector holds locks on tables while performing the
schema snapshot.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.snapshotLockTimeoutMs(long snapshotLockTimeoutMs) |
The maximum number of millis to wait for table locks at the beginning
of a snapshot.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.snapshotMaxThreads(int snapshotMaxThreads) |
The maximum number of threads used to perform the snapshot.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.snapshotMode(String snapshotMode) |
The criteria for running a snapshot upon startup of the connector.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.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 DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.sourceStructVersion(String sourceStructVersion) |
A version of the format of the publicly visible source part in the
message.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.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 DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.tableExcludeList(String tableExcludeList) |
A comma-separated list of regular expressions that match the
fully-qualified names of tables to be excluded from monitoring.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.tableIncludeList(String tableIncludeList) |
The tables for which changes are to be captured.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.tableWhitelist(String tableWhitelist) |
The tables for which changes are to be captured (deprecated, use
table.include.list instead).
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.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 DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.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 DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.transactionTopic(String transactionTopic) |
The name of the transaction metadata topic.
|
default DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder |
DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.unavailableValuePlaceholder(String unavailableValuePlaceholder) |
Specify the constant that will be provided by Debezium to indicate
that the original value is unavailable and not provided by the
database.
|