Package io.debezium.connector.sqlserver
Class SqlServerErrorHandler
java.lang.Object
io.debezium.pipeline.ErrorHandler
io.debezium.connector.sqlserver.SqlServerErrorHandler
Error handler for SQL Server.
- Author:
- Chris Cranford
-
Field Summary
Fields inherited from class io.debezium.pipeline.ErrorHandler
RETRIES_DISABLED, RETRIES_UNLIMITED -
Constructor Summary
ConstructorsConstructorDescriptionSqlServerErrorHandler(SqlServerConnectorConfig connectorConfig, ChangeEventQueue<?> queue, SqlServerErrorHandler errorHandler) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class io.debezium.pipeline.ErrorHandler
getProducerThrowable, getRetries, hasMoreRetries, isCustomRetriable, isRetriable, resetRetries, setProducerThrowable
-
Constructor Details
-
SqlServerErrorHandler
public SqlServerErrorHandler(SqlServerConnectorConfig connectorConfig, ChangeEventQueue<?> queue, SqlServerErrorHandler errorHandler)
-
-
Method Details
-
communicationExceptions
- Overrides:
communicationExceptionsin classErrorHandler
-