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