Package io.debezium.connector.sqlserver
Class SqlServerErrorHandler
- java.lang.Object
-
- io.debezium.pipeline.ErrorHandler
-
- io.debezium.connector.sqlserver.SqlServerErrorHandler
-
public class SqlServerErrorHandler extends ErrorHandler
Error handler for SQL Server.- Author:
- Chris Cranford
-
-
Constructor Summary
Constructors Constructor Description SqlServerErrorHandler(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
-
SqlServerErrorHandler
public SqlServerErrorHandler(String logicalName, ChangeEventQueue<?> queue)
-
-
Method Detail
-
isRetriable
protected boolean isRetriable(Throwable throwable)
- Overrides:
isRetriablein classErrorHandler
-
-