Package io.debezium.connector.postgresql
Class PostgresErrorHandler
java.lang.Object
io.debezium.pipeline.ErrorHandler
io.debezium.connector.postgresql.PostgresErrorHandler
Error handler for Postgres.
- Author:
- Gunnar Morling
-
Field Summary
Fields inherited from class io.debezium.pipeline.ErrorHandler
RETRIES_DISABLED, RETRIES_UNLIMITED -
Constructor Summary
ConstructorsConstructorDescriptionPostgresErrorHandler(PostgresConnectorConfig connectorConfig, ChangeEventQueue<?> queue, ErrorHandler replacedErrorHandler) -
Method Summary
Methods inherited from class io.debezium.pipeline.ErrorHandler
getProducerThrowable, getRetries, hasMoreRetries, isCustomRetriable, resetRetries, setProducerThrowable
-
Constructor Details
-
PostgresErrorHandler
public PostgresErrorHandler(PostgresConnectorConfig connectorConfig, ChangeEventQueue<?> queue, ErrorHandler replacedErrorHandler)
-
-
Method Details
-
communicationExceptions
- Overrides:
communicationExceptionsin classErrorHandler
-
isRetriable
- Overrides:
isRetriablein classErrorHandler
-