Uses of Interface
org.apache.camel.builder.component.dsl.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder
Packages that use DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder
-
Uses of DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.debeziumOracle()Debezium Oracle Connector (camel-debezium-oracle) Capture changes from a Oracle database. -
Uses of DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilderModifier and TypeMethodDescriptionDebeziumOracleComponentBuilderFactory.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..DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.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.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.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.columnBlacklist(String columnBlacklist) Regular expressions matching columns to exclude from change events (deprecated, use column.exclude.list instead).DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.columnExcludeList(String columnExcludeList) Regular expressions matching columns to exclude from change events.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.columnIncludeList(String columnIncludeList) Regular expressions matching columns to include in change events.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.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.columnWhitelist(String columnWhitelist) Regular expressions matching columns to include in change events (deprecated, use column.include.list instead).DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.configuration(org.apache.camel.component.debezium.configuration.OracleConnectorEmbeddedDebeziumConfiguration configuration) Allow pre-configured Configurations to be set.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.converters(String converters) Optional list of custom converters that would be used instead of default ones.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.databaseConnectionAdapter(String databaseConnectionAdapter) The adapter to use when capturing changes from the database.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.databaseDbname(String databaseDbname) The name of the database from which the connector should capture changes.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.databaseHistory(String databaseHistory) The name of the DatabaseHistory class that should be used to store and recover database schema changes.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.databaseHistoryFileFilename(String databaseHistoryFileFilename) The path to the file that will be used to record the database history.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.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.databaseHistoryKafkaQueryTimeoutMs(long databaseHistoryKafkaQueryTimeoutMs) The number of milliseconds to wait while fetching cluster information using Kafka admin client.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.databaseHistoryKafkaRecoveryAttempts(int databaseHistoryKafkaRecoveryAttempts) The number of attempts in a row that no data are returned from Kafka before recover completes.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.databaseHistoryKafkaRecoveryPollIntervalMs(int databaseHistoryKafkaRecoveryPollIntervalMs) The number of milliseconds to wait while polling for persisted data during recovery.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.databaseHistoryKafkaTopic(String databaseHistoryKafkaTopic) The name of the topic for the database schema history.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.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.databaseHistoryStoreOnlyCapturedTablesDdl(boolean databaseHistoryStoreOnlyCapturedTablesDdl) Controls what DDL will Debezium store in database history.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.databaseHistoryStoreOnlyMonitoredTablesDdl(boolean databaseHistoryStoreOnlyMonitoredTablesDdl) Controls what DDL will Debezium store in database history.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.databaseHostname(String databaseHostname) Resolvable hostname or IP address of the database server.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.databaseOutServerName(String databaseOutServerName) Name of the XStream Out server to connect to.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.databasePassword(String databasePassword) Password of the database user to be used when connecting to the database.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.databasePdbName(String databasePdbName) Name of the pluggable database when working with a multi-tenant set-up.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.databasePort(int databasePort) Port of the database server.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.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.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.databaseUser(String databaseUser) Name of the database user to be used when connecting to the database.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.DebeziumOracleComponentBuilderFactory.debeziumOracle()Debezium Oracle Connector (camel-debezium-oracle) Capture changes from a Oracle database.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.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.eventProcessingFailureHandlingMode(String eventProcessingFailureHandlingMode) Specify how failures during processing of events (i.e.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.heartbeatActionQuery(String heartbeatActionQuery) The query executed with every heartbeat.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.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.heartbeatTopicsPrefix(String heartbeatTopicsPrefix) The prefix that is used to name heartbeat topics.Defaults to __debezium-heartbeat.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.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.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.internalKeyConverter(String internalKeyConverter) The Converter class that should be used to serialize and deserialize key data for offsets.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.internalValueConverter(String internalValueConverter) The Converter class that should be used to serialize and deserialize value data for offsets.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.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.lobEnabled(boolean lobEnabled) When set to false, the default, LOB fields will not be captured nor emitted.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.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningArchiveLogHours(long logMiningArchiveLogHours) The number of hours in the past from SYSDATE to mine archive logs.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.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningArchiveLogOnlyScnPollIntervalMs(long logMiningArchiveLogOnlyScnPollIntervalMs) The interval in milliseconds to wait between polls checking to see if the SCN is in the archive logs.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningBatchSizeDefault(long logMiningBatchSizeDefault) The starting SCN interval size that the connector will use for reading data from redo/archive logs.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningBatchSizeMax(long logMiningBatchSizeMax) The maximum SCN interval size that this connector will use when reading from redo/archive logs.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningBatchSizeMin(long logMiningBatchSizeMin) The minimum SCN interval size that this connector will try to read from redo/archive logs.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningBufferDropOnStop(boolean logMiningBufferDropOnStop) When set to true the underlying buffer cache is not retained when the connector is stopped.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningBufferInfinispanCacheEvents(String logMiningBufferInfinispanCacheEvents) Specifies the XML configuration for the Infinispan 'events' cache.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningBufferInfinispanCacheProcessedTransactions(String logMiningBufferInfinispanCacheProcessedTransactions) Specifies the XML configuration for the Infinispan 'processed-transactions' cache.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningBufferInfinispanCacheSchemaChanges(String logMiningBufferInfinispanCacheSchemaChanges) Specifies the XML configuration for the Infinispan 'schema-changes' cache.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningBufferInfinispanCacheTransactions(String logMiningBufferInfinispanCacheTransactions) Specifies the XML configuration for the Infinispan 'transactions' cache.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningBufferType(String logMiningBufferType) The buffer type controls how the connector manages buffering transaction data.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.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.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningSessionMaxMs(long logMiningSessionMaxMs) The maximum number of milliseconds that a LogMiner session lives for before being restarted.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.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.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.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.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningStrategy(String logMiningStrategy) There are strategies: Online catalog with faster mining but no captured DDL.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningTransactionRetentionHours(long logMiningTransactionRetentionHours) Hours to keep long running transactions in transaction buffer between log mining sessions.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.logMiningUsernameExcludeList(String logMiningUsernameExcludeList) Comma separated list of usernames to exclude from LogMiner query.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.maxBatchSize(int maxBatchSize) Maximum size of each batch of source records.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.maxQueueSize(int maxQueueSize) Maximum size of the queue for change events read from the database log but not yet recorded or forwarded.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.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.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.offsetCommitPolicy(String offsetCommitPolicy) The name of the Java class of the commit policy.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.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.offsetFlushIntervalMs(long offsetFlushIntervalMs) Interval at which to try committing offsets.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.offsetStorage(String offsetStorage) The name of the Java class that is responsible for persistence of connector offsets.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.offsetStorageFileName(String offsetStorageFileName) Path to file where offsets are to be stored.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.offsetStoragePartitions(int offsetStoragePartitions) The number of partitions used when creating the offset storage topic.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.offsetStorageReplicationFactor(int offsetStorageReplicationFactor) Replication factor used when creating the offset storage topic.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.offsetStorageTopic(String offsetStorageTopic) The name of the Kafka topic where offsets are to be stored.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.pollIntervalMs(long pollIntervalMs) Time to wait for new change events to appear after receiving no events, given in milliseconds.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.provideTransactionMetadata(boolean provideTransactionMetadata) Enables transaction metadata extraction together with event counting.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.queryFetchSize(int queryFetchSize) The maximum number of records that should be loaded into memory while streaming.A comma-separated list of RAC node hostnames or ip addresses.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.retriableRestartConnectorWaitMs(long retriableRestartConnectorWaitMs) Time to wait before restarting connector after retriable exception occurs.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.sanitizeFieldNames(boolean sanitizeFieldNames) Whether field names will be sanitized to Avro naming conventions.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.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.signalDataCollection(String signalDataCollection) The name of the data collection that is used to send signals/commands to Debezium.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.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.snapshotDelayMs(long snapshotDelayMs) A delay period before a snapshot will begin, given in milliseconds.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.snapshotEnhancePredicateScn(String snapshotEnhancePredicateScn) A token to replace on snapshot predicate template.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.snapshotFetchSize(int snapshotFetchSize) The maximum number of records that should be loaded into memory while performing a snapshot.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.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.snapshotLockingMode(String snapshotLockingMode) Controls how the connector holds locks on tables while performing the schema snapshot.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.snapshotLockTimeoutMs(long snapshotLockTimeoutMs) The maximum number of millis to wait for table locks at the beginning of a snapshot.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.snapshotMaxThreads(int snapshotMaxThreads) The maximum number of threads used to perform the snapshot.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.snapshotMode(String snapshotMode) The criteria for running a snapshot upon startup of the connector.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.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.sourceStructVersion(String sourceStructVersion) A version of the format of the publicly visible source part in the message.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).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.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.tableIncludeList(String tableIncludeList) The tables for which changes are to be captured.DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.tableWhitelist(String tableWhitelist) The tables for which changes are to be captured (deprecated, use table.include.list instead).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 .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).DebeziumOracleComponentBuilderFactory.DebeziumOracleComponentBuilder.transactionTopic(String transactionTopic) The name of the transaction metadata topic.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.