Class ErrorHandlerTest.TestConnectorConfig

  • Enclosing class:
    ErrorHandlerTest

    private static final class ErrorHandlerTest.TestConnectorConfig
    extends io.debezium.config.CommonConnectorConfig
    • Nested Class Summary

      • Nested classes/interfaces inherited from class io.debezium.config.CommonConnectorConfig

        io.debezium.config.CommonConnectorConfig.BinaryHandlingMode, io.debezium.config.CommonConnectorConfig.EventProcessingFailureHandlingMode, io.debezium.config.CommonConnectorConfig.Version
    • Field Summary

      • Fields inherited from class io.debezium.config.CommonConnectorConfig

        BINARY_HANDLING_MODE, CONFIG_DEFINITION, CUSTOM_CONVERTERS, CUSTOM_RETRIABLE_EXCEPTION, DATABASE_CONFIG_PREFIX, DEFAULT_MAX_BATCH_SIZE, DEFAULT_MAX_QUEUE_SIZE, DEFAULT_MAX_QUEUE_SIZE_IN_BYTES, DEFAULT_POLL_INTERVAL_MILLIS, DEFAULT_QUERY_FETCH_SIZE, DEFAULT_RETRIABLE_RESTART_WAIT, EVENT_PROCESSING_FAILURE_HANDLING_MODE, INCREMENTAL_SNAPSHOT_ALLOW_SCHEMA_CHANGES, INCREMENTAL_SNAPSHOT_CHUNK_SIZE, MAX_BATCH_SIZE, MAX_QUEUE_SIZE, MAX_QUEUE_SIZE_IN_BYTES, POLL_INTERVAL_MS, PROVIDE_TRANSACTION_METADATA, QUERY_FETCH_SIZE, RETRIABLE_RESTART_WAIT, SANITIZE_FIELD_NAMES, SIGNAL_DATA_COLLECTION, SKIPPED_OPERATIONS, SNAPSHOT_DELAY_MS, SNAPSHOT_FETCH_SIZE, SNAPSHOT_MAX_THREADS, SNAPSHOT_MODE_TABLES, SOURCE_STRUCT_MAKER_VERSION, TASK_ID, TOMBSTONES_ON_DELETE, TRANSACTION_TOPIC
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected TestConnectorConfig​(io.debezium.config.Configuration config)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getConnectorName()  
      String getContextName()  
      protected io.debezium.connector.SourceInfoStructMaker<?> getSourceInfoStructMaker​(io.debezium.config.CommonConnectorConfig.Version version)  
      • Methods inherited from class io.debezium.config.CommonConnectorConfig

        binaryHandlingMode, customConverterRegistry, customRetriableException, getConfig, getDataCollectionsToBeSnapshotted, getEventProcessingFailureHandlingMode, getHeartbeatInterval, getHeartbeatTopicsPrefix, getIncrementalSnashotChunkSize, getLogicalName, getMaxBatchSize, getMaxQueueSize, getMaxQueueSizeInBytes, getPollInterval, getQueryFetchSize, getRetriableRestartWait, getSanitizeFieldNames, getSignalingDataCollectionId, getSkippedOperations, getSnapshotDelay, getSnapshotFetchSize, getSnapshotMaxThreads, getSourceInfoStructMaker, getTaskId, getTransactionTopic, isEmitTombstoneOnDelete, isIncrementalSnapshotSchemaChangesEnabled, isSchemaChangesHistoryEnabled, isSchemaCommentsHistoryEnabled, isSignalDataCollection, legacyGetDataCollectionsToBeSnapshotted, parseSignallingMessage, shouldProvideTransactionMetadata, supportsOperationFiltering, supportsSchemaChangesDuringIncrementalSnapshot, validate, validateAndRecord, validateServerNameIsDifferentFromHistoryTopicName, validateSkippedOperation
    • Constructor Detail

      • TestConnectorConfig

        protected TestConnectorConfig​(io.debezium.config.Configuration config)
    • Method Detail

      • getContextName

        public String getContextName()
        Specified by:
        getContextName in class io.debezium.config.CommonConnectorConfig
      • getConnectorName

        public String getConnectorName()
        Specified by:
        getConnectorName in class io.debezium.config.CommonConnectorConfig
      • getSourceInfoStructMaker

        protected io.debezium.connector.SourceInfoStructMaker<?> getSourceInfoStructMaker​(io.debezium.config.CommonConnectorConfig.Version version)
        Specified by:
        getSourceInfoStructMaker in class io.debezium.config.CommonConnectorConfig