Class MariaDbErrorHandler

java.lang.Object
io.debezium.pipeline.ErrorHandler
io.debezium.connector.mariadb.MariaDbErrorHandler

public class MariaDbErrorHandler extends io.debezium.pipeline.ErrorHandler
Error handler for MariaDB.
Author:
Chris Cranford
  • Field Summary

    Fields inherited from class io.debezium.pipeline.ErrorHandler

    RETRIES_DISABLED, RETRIES_UNLIMITED
  • Constructor Summary

    Constructors
    Constructor
    Description
    MariaDbErrorHandler(MariaDbConnectorConfig connectorConfig, io.debezium.connector.base.ChangeEventQueue<?> queue, io.debezium.pipeline.ErrorHandler replacedErrorHandler)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Set<Class<? extends Exception>>
     

    Methods inherited from class io.debezium.pipeline.ErrorHandler

    getProducerThrowable, getRetries, hasMoreRetries, isCustomRetriable, isRetriable, resetRetries, setProducerThrowable

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MariaDbErrorHandler

      public MariaDbErrorHandler(MariaDbConnectorConfig connectorConfig, io.debezium.connector.base.ChangeEventQueue<?> queue, io.debezium.pipeline.ErrorHandler replacedErrorHandler)
  • Method Details

    • communicationExceptions

      protected Set<Class<? extends Exception>> communicationExceptions()
      Overrides:
      communicationExceptions in class io.debezium.pipeline.ErrorHandler