Uses of Interface
org.apache.camel.builder.component.dsl.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder
Packages that use DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder
-
Uses of DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.debeziumMongodb()Debezium MongoDB Connector (camel-debezium-mongodb) Capture changes from a MongoDB database. -
Uses of DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilderModifier and TypeMethodDescriptionDebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.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..DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.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.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.captureMode(String captureMode) The method used to capture changes from MongoDB server.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.collectionExcludeList(String collectionExcludeList) A comma-separated list of regular expressions that match the collection names for which changes are to be excluded.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.collectionIncludeList(String collectionIncludeList) A comma-separated list of regular expressions that match the collection names for which changes are to be captured.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.configuration(org.apache.camel.component.debezium.configuration.MongoDbConnectorEmbeddedDebeziumConfiguration configuration) Allow pre-configured Configurations to be set.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.converters(String converters) Optional list of custom converters that would be used instead of default ones.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.cursorMaxAwaitTimeMs(int cursorMaxAwaitTimeMs) The maximum processing time in milliseconds to wait for the oplog cursor to process a single poll request.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.databaseExcludeList(String databaseExcludeList) A comma-separated list of regular expressions that match the database names for which changes are to be excluded.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.databaseIncludeList(String databaseIncludeList) A comma-separated list of regular expressions that match the database names for which changes are to be captured.DebeziumMongodbComponentBuilderFactory.debeziumMongodb()Debezium MongoDB Connector (camel-debezium-mongodb) Capture changes from a MongoDB database.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.errorsMaxRetries(int errorsMaxRetries) The maximum number of retries on connection errors before failing (-1 = no limit, 0 = disabled, 0 = num of retries).DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.eventProcessingFailureHandlingMode(String eventProcessingFailureHandlingMode) Specify how failures during processing of events (i.e.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.fieldExcludeList(String fieldExcludeList) A comma-separated list of the fully-qualified names of fields that should be excluded from change event message values.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.fieldRenames(String fieldRenames) A comma-separated list of the fully-qualified replacements of fields that should be used to rename fields in change event message values.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.heartbeatIntervalMs(int heartbeatIntervalMs) Length of an interval in milli-seconds in in which the connector periodically sends heartbeat messages to a heartbeat topic.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.heartbeatTopicsPrefix(String heartbeatTopicsPrefix) The prefix that is used to name heartbeat topics.Defaults to __debezium-heartbeat.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.internalKeyConverter(String internalKeyConverter) The Converter class that should be used to serialize and deserialize key data for offsets.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.internalValueConverter(String internalValueConverter) The Converter class that should be used to serialize and deserialize value data for offsets.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.maxBatchSize(int maxBatchSize) Maximum size of each batch of source records.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.maxQueueSize(int maxQueueSize) Maximum size of the queue for change events read from the database log but not yet recorded or forwarded.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.maxQueueSizeInBytes(long maxQueueSizeInBytes) Maximum size of the queue in bytes for change events read from the database log but not yet recorded or forwarded.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.mongodbAuthsource(String mongodbAuthsource) Database containing user credentials.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.mongodbConnectionMode(String mongodbConnectionMode) The method used to connect to MongoDB cluster.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.mongodbConnectionString(String mongodbConnectionString) Database connection string.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.mongodbConnectTimeoutMs(int mongodbConnectTimeoutMs) The connection timeout, given in milliseconds.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.mongodbHeartbeatFrequencyMs(int mongodbHeartbeatFrequencyMs) The frequency that the cluster monitor attempts to reach each server.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.mongodbPassword(String mongodbPassword) Password to be used when connecting to MongoDB, if necessary.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.mongodbPollIntervalMs(long mongodbPollIntervalMs) Interval for looking for new, removed, or changed replica sets, given in milliseconds.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.mongodbServerSelectionTimeoutMs(int mongodbServerSelectionTimeoutMs) The server selection timeout, given in milliseconds.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.mongodbSocketTimeoutMs(int mongodbSocketTimeoutMs) The socket timeout, given in milliseconds.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.mongodbSslEnabled(boolean mongodbSslEnabled) Should connector use SSL to connect to MongoDB instances.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.mongodbSslInvalidHostnameAllowed(boolean mongodbSslInvalidHostnameAllowed) Whether invalid host names are allowed when using SSL.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.mongodbUser(String mongodbUser) Database user for connecting to MongoDB, if necessary.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.notificationEnabledChannels(String notificationEnabledChannels) List of notification channels names that are enabled.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.notificationSinkTopicName(String notificationSinkTopicName) The name of the topic for the notifications.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.offsetCommitPolicy(String offsetCommitPolicy) The name of the Java class of the commit policy.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.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.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.offsetFlushIntervalMs(long offsetFlushIntervalMs) Interval at which to try committing offsets.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.offsetStorage(String offsetStorage) The name of the Java class that is responsible for persistence of connector offsets.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.offsetStorageFileName(String offsetStorageFileName) Path to file where offsets are to be stored.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.offsetStoragePartitions(int offsetStoragePartitions) The number of partitions used when creating the offset storage topic.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.offsetStorageReplicationFactor(int offsetStorageReplicationFactor) Replication factor used when creating the offset storage topic.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.offsetStorageTopic(String offsetStorageTopic) The name of the Kafka topic where offsets are to be stored.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.pollIntervalMs(long pollIntervalMs) Time to wait for new change events to appear after receiving no events, given in milliseconds.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.provideTransactionMetadata(boolean provideTransactionMetadata) Enables transaction metadata extraction together with event counting.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.queryFetchSize(int queryFetchSize) The maximum number of records that should be loaded into memory while streaming.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.retriableRestartConnectorWaitMs(long retriableRestartConnectorWaitMs) Time to wait before restarting connector after retriable exception occurs.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.schemaHistoryInternalFileFilename(String schemaHistoryInternalFileFilename) The path to the file that will be used to record the database schema history.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.schemaNameAdjustmentMode(String schemaNameAdjustmentMode) Specify how schema names should be adjusted for compatibility with the message converter used by the connector, including: 'avro' replaces the characters that cannot be used in the Avro type name with underscore; 'avro_unicode' replaces the underscore or characters that cannot be used in the Avro type name with corresponding unicode like _uxxxx.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.signalDataCollection(String signalDataCollection) The name of the data collection that is used to send signals/commands to Debezium.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.signalEnabledChannels(String signalEnabledChannels) List of channels names that are enabled.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.signalPollIntervalMs(long signalPollIntervalMs) Interval for looking for new signals in registered channels, given in milliseconds.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.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.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.snapshotCollectionFilterOverrides(String snapshotCollectionFilterOverrides) This property contains a comma-separated list of ., for which the initial snapshot may be a subset of data present in the data source.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.snapshotDelayMs(long snapshotDelayMs) A delay period before a snapshot will begin, given in milliseconds.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.snapshotFetchSize(int snapshotFetchSize) The maximum number of records that should be loaded into memory while performing a snapshot.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.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.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.snapshotMaxThreads(int snapshotMaxThreads) The maximum number of threads used to perform the snapshot.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.snapshotMode(String snapshotMode) The criteria for running a snapshot upon startup of the connector.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.sourceinfoStructMaker(String sourceinfoStructMaker) The name of the SourceInfoStructMaker class that returns SourceInfo schema and struct.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.tombstonesOnDelete(boolean tombstonesOnDelete) Whether delete operations should be represented by a delete event and a subsequent tombstone event (true) or only by a delete event (false).DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.topicNamingStrategy(String topicNamingStrategy) The name of the TopicNamingStrategy class that should be used to determine the topic name for data change, schema change, transaction, heartbeat event etc.DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder.topicPrefix(String topicPrefix) Topic prefix that identifies and provides a namespace for the particular database server/cluster is capturing changes.