Package io.debezium.connector.mysql
Class MySqlErrorHandler
- java.lang.Object
-
- io.debezium.pipeline.ErrorHandler
-
- io.debezium.connector.mysql.MySqlErrorHandler
-
public class MySqlErrorHandler extends ErrorHandler
Error handler for SQL Server.- Author:
- Chris Cranford
-
-
Constructor Summary
Constructors Constructor Description MySqlErrorHandler(String logicalName, ChangeEventQueue<?> queue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisRetriable(Throwable throwable)-
Methods inherited from class io.debezium.pipeline.ErrorHandler
getProducerThrowable, setProducerThrowable
-
-
-
-
Constructor Detail
-
MySqlErrorHandler
public MySqlErrorHandler(String logicalName, ChangeEventQueue<?> queue)
-
-
Method Detail
-
isRetriable
protected boolean isRetriable(Throwable throwable)
- Overrides:
isRetriablein classErrorHandler
-
-