Uses of Interface
org.apache.camel.builder.endpoint.dsl.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder
Packages that use DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder
-
Uses of DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.debeziumSqlserver(String path) Debezium SQL Server Connector (camel-debezium-sqlserver) Capture changes from an SQL Server database.StaticEndpointBuilders.debeziumSqlserver(String componentName, String path) Debezium SQL Server Connector (camel-debezium-sqlserver) Capture changes from an SQL Server database. -
Uses of DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilderModifier and TypeMethodDescriptionDebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.additionalProperties(String key, Object value) 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..DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.additionalProperties(Map values) 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..DebeziumSqlserverEndpointBuilderFactory.AdvancedDebeziumSqlserverEndpointBuilder.basic()DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.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; 'base64-url-safe' represents binary data as base64-url-safe-encoded string; 'hex' represents binary data as hex-encoded (base16) string.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.columnExcludeList(String columnExcludeList) Regular expressions matching columns to exclude from change events.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.columnIncludeList(String columnIncludeList) Regular expressions matching columns to include in change events.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.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.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.converters(String converters) Optional list of custom converters that would be used instead of default ones.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.customMetricTags(String customMetricTags) The custom metric tags will accept key-value pairs to customize the MBean object name which should be appended the end of regular name, each key would represent a tag for the MBean object name, and the corresponding value would be the value of that tag the key is.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.databaseHostname(String databaseHostname) Resolvable hostname or IP address of the database server.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.databaseInstance(String databaseInstance) The SQL Server instance name.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.databaseNames(String databaseNames) The names of the databases from which the connector should capture changes.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.databasePassword(String databasePassword) Password of the database user to be used when connecting to the database.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.databasePort(int databasePort) Port of the database server.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.databasePort(String databasePort) Port of the database server.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.databaseUser(String databaseUser) Name of the database user to be used when connecting to the database.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.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.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverBuilders.debeziumSqlserver(String path) Debezium SQL Server Connector (camel-debezium-sqlserver) Capture changes from an SQL Server database.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverBuilders.debeziumSqlserver(String componentName, String path) Debezium SQL Server Connector (camel-debezium-sqlserver) Capture changes from an SQL Server database.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.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.DebeziumSqlserverEndpointBuilderFactory.endpointBuilder(String componentName, String path) DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.errorsMaxRetries(int errorsMaxRetries) The maximum number of retries on connection errors before failing (-1 = no limit, 0 = disabled, 0 = num of retries).DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.errorsMaxRetries(String errorsMaxRetries) The maximum number of retries on connection errors before failing (-1 = no limit, 0 = disabled, 0 = num of retries).DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.eventProcessingFailureHandlingMode(String eventProcessingFailureHandlingMode) Specify how failures during processing of events (i.e.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.heartbeatActionQuery(String heartbeatActionQuery) The query executed with every heartbeat.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.heartbeatIntervalMs(int heartbeatIntervalMs) Length of an interval in milli-seconds in in which the connector periodically sends heartbeat messages to a heartbeat topic.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.heartbeatIntervalMs(String heartbeatIntervalMs) Length of an interval in milli-seconds in in which the connector periodically sends heartbeat messages to a heartbeat topic.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.heartbeatTopicsPrefix(String heartbeatTopicsPrefix) The prefix that is used to name heartbeat topics.Defaults to __debezium-heartbeat.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.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.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.includeSchemaChanges(String includeSchemaChanges) Whether the connector should publish changes in the database schema to a Kafka topic with the same name as the database server ID.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.includeSchemaComments(boolean includeSchemaComments) Whether the connector parse table and column's comment to metadata object.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.includeSchemaComments(String includeSchemaComments) Whether the connector parse table and column's comment to metadata object.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.incrementalSnapshotAllowSchemaChanges(boolean incrementalSnapshotAllowSchemaChanges) Detect schema change during an incremental snapshot and re-select a current chunk to avoid locking DDLs.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.incrementalSnapshotAllowSchemaChanges(String incrementalSnapshotAllowSchemaChanges) Detect schema change during an incremental snapshot and re-select a current chunk to avoid locking DDLs.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.incrementalSnapshotChunkSize(int incrementalSnapshotChunkSize) The maximum size of chunk (number of documents/rows) for incremental snapshotting.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.incrementalSnapshotChunkSize(String incrementalSnapshotChunkSize) The maximum size of chunk (number of documents/rows) for incremental snapshotting.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.incrementalSnapshotOptionRecompile(boolean incrementalSnapshotOptionRecompile) Add OPTION(RECOMPILE) on each SELECT statement during the incremental snapshot process.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.incrementalSnapshotOptionRecompile(String incrementalSnapshotOptionRecompile) Add OPTION(RECOMPILE) on each SELECT statement during the incremental snapshot process.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.internalKeyConverter(String internalKeyConverter) The Converter class that should be used to serialize and deserialize key data for offsets.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.internalValueConverter(String internalValueConverter) The Converter class that should be used to serialize and deserialize value data for offsets.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.maxBatchSize(int maxBatchSize) Maximum size of each batch of source records.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.maxBatchSize(String maxBatchSize) Maximum size of each batch of source records.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.maxIterationTransactions(int maxIterationTransactions) This property can be used to reduce the connector memory usage footprint when changes are streamed from multiple tables per database.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.maxIterationTransactions(String maxIterationTransactions) This property can be used to reduce the connector memory usage footprint when changes are streamed from multiple tables per database.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.maxQueueSize(int maxQueueSize) Maximum size of the queue for change events read from the database log but not yet recorded or forwarded.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.maxQueueSize(String maxQueueSize) Maximum size of the queue for change events read from the database log but not yet recorded or forwarded.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.maxQueueSizeInBytes(long maxQueueSizeInBytes) Maximum size of the queue in bytes for change events read from the database log but not yet recorded or forwarded.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.maxQueueSizeInBytes(String maxQueueSizeInBytes) Maximum size of the queue in bytes for change events read from the database log but not yet recorded or forwarded.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.messageKeyColumns(String messageKeyColumns) A semicolon-separated list of expressions that match fully-qualified tables and column(s) to be used as message key.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.notificationEnabledChannels(String notificationEnabledChannels) List of notification channels names that are enabled.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.notificationSinkTopicName(String notificationSinkTopicName) The name of the topic for the notifications.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.offsetCommitPolicy(String offsetCommitPolicy) The name of the Java class of the commit policy.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.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.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.offsetCommitTimeoutMs(String 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.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.offsetFlushIntervalMs(long offsetFlushIntervalMs) Interval at which to try committing offsets.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.offsetFlushIntervalMs(String offsetFlushIntervalMs) Interval at which to try committing offsets.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.offsetStorage(String offsetStorage) The name of the Java class that is responsible for persistence of connector offsets.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.offsetStorageFileName(String offsetStorageFileName) Path to file where offsets are to be stored.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.offsetStoragePartitions(int offsetStoragePartitions) The number of partitions used when creating the offset storage topic.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.offsetStoragePartitions(String offsetStoragePartitions) The number of partitions used when creating the offset storage topic.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.offsetStorageReplicationFactor(int offsetStorageReplicationFactor) Replication factor used when creating the offset storage topic.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.offsetStorageReplicationFactor(String offsetStorageReplicationFactor) Replication factor used when creating the offset storage topic.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.offsetStorageTopic(String offsetStorageTopic) The name of the Kafka topic where offsets are to be stored.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.pollIntervalMs(long pollIntervalMs) Time to wait for new change events to appear after receiving no events, given in milliseconds.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.pollIntervalMs(String pollIntervalMs) Time to wait for new change events to appear after receiving no events, given in milliseconds.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.provideTransactionMetadata(boolean provideTransactionMetadata) Enables transaction metadata extraction together with event counting.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.provideTransactionMetadata(String provideTransactionMetadata) Enables transaction metadata extraction together with event counting.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.retriableRestartConnectorWaitMs(long retriableRestartConnectorWaitMs) Time to wait before restarting connector after retriable exception occurs.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.retriableRestartConnectorWaitMs(String retriableRestartConnectorWaitMs) Time to wait before restarting connector after retriable exception occurs.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.schemaHistoryInternal(String schemaHistoryInternal) The name of the SchemaHistory class that should be used to store and recover database schema changes.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.schemaHistoryInternalFileFilename(String schemaHistoryInternalFileFilename) The path to the file that will be used to record the database schema history.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.schemaHistoryInternalSkipUnparseableDdl(boolean schemaHistoryInternalSkipUnparseableDdl) 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.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.schemaHistoryInternalSkipUnparseableDdl(String schemaHistoryInternalSkipUnparseableDdl) 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.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.schemaHistoryInternalStoreOnlyCapturedDatabasesDdl(boolean schemaHistoryInternalStoreOnlyCapturedDatabasesDdl) Controls what DDL will Debezium store in database schema history.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.schemaHistoryInternalStoreOnlyCapturedDatabasesDdl(String schemaHistoryInternalStoreOnlyCapturedDatabasesDdl) Controls what DDL will Debezium store in database schema history.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.schemaHistoryInternalStoreOnlyCapturedTablesDdl(boolean schemaHistoryInternalStoreOnlyCapturedTablesDdl) Controls what DDL will Debezium store in database schema history.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.schemaHistoryInternalStoreOnlyCapturedTablesDdl(String schemaHistoryInternalStoreOnlyCapturedTablesDdl) Controls what DDL will Debezium store in database schema history.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.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.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.signalDataCollection(String signalDataCollection) The name of the data collection that is used to send signals/commands to Debezium.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.signalEnabledChannels(String signalEnabledChannels) List of channels names that are enabled.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.signalPollIntervalMs(long signalPollIntervalMs) Interval for looking for new signals in registered channels, given in milliseconds.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.signalPollIntervalMs(String signalPollIntervalMs) Interval for looking for new signals in registered channels, given in milliseconds.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.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.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.snapshotDelayMs(long snapshotDelayMs) A delay period before a snapshot will begin, given in milliseconds.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.snapshotDelayMs(String snapshotDelayMs) A delay period before a snapshot will begin, given in milliseconds.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.snapshotFetchSize(int snapshotFetchSize) The maximum number of records that should be loaded into memory while performing a snapshot.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.snapshotFetchSize(String snapshotFetchSize) The maximum number of records that should be loaded into memory while performing a snapshot.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.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.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.snapshotIsolationMode(String snapshotIsolationMode) Controls which transaction isolation level is used and how long the connector locks the captured tables.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.snapshotLockTimeoutMs(long snapshotLockTimeoutMs) The maximum number of millis to wait for table locks at the beginning of a snapshot.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.snapshotLockTimeoutMs(String snapshotLockTimeoutMs) The maximum number of millis to wait for table locks at the beginning of a snapshot.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.snapshotMaxThreads(int snapshotMaxThreads) The maximum number of threads used to perform the snapshot.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.snapshotMaxThreads(String snapshotMaxThreads) The maximum number of threads used to perform the snapshot.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.snapshotMode(String snapshotMode) The criteria for running a snapshot upon startup of the connector.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.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 the specific connectors.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.snapshotTablesOrderByRowCount(String snapshotTablesOrderByRowCount) Controls the order in which tables are processed in the initial snapshot.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.sourceinfoStructMaker(String sourceinfoStructMaker) The name of the SourceInfoStructMaker class that returns SourceInfo schema and struct.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.tableExcludeList(String tableExcludeList) A comma-separated list of regular expressions that match the fully-qualified names of tables to be excluded from monitoring.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.tableIgnoreBuiltin(boolean tableIgnoreBuiltin) Flag specifying whether built-in tables should be ignored.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.tableIgnoreBuiltin(String tableIgnoreBuiltin) Flag specifying whether built-in tables should be ignored.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.tableIncludeList(String tableIncludeList) The tables for which changes are to be captured.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.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.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.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).DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.tombstonesOnDelete(String tombstonesOnDelete) Whether delete operations should be represented by a delete event and a subsequent tombstone event (true) or only by a delete event (false).DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.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.DebeziumSqlserverEndpointBuilderFactory.DebeziumSqlserverEndpointBuilder.topicPrefix(String topicPrefix) Topic prefix that identifies and provides a namespace for the particular database server/cluster is capturing changes.