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