Package io.debezium.connector.mariadb
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
ConstructorsConstructorDescriptionMariaDbErrorHandler(MariaDbConnectorConfig connectorConfig, io.debezium.connector.base.ChangeEventQueue<?> queue, io.debezium.pipeline.ErrorHandler replacedErrorHandler) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class io.debezium.pipeline.ErrorHandler
getProducerThrowable, getRetries, hasMoreRetries, isCustomRetriable, isRetriable, resetRetries, setProducerThrowable
-
Constructor Details
-
MariaDbErrorHandler
public MariaDbErrorHandler(MariaDbConnectorConfig connectorConfig, io.debezium.connector.base.ChangeEventQueue<?> queue, io.debezium.pipeline.ErrorHandler replacedErrorHandler)
-
-
Method Details
-
communicationExceptions
- Overrides:
communicationExceptionsin classio.debezium.pipeline.ErrorHandler
-