public class MySqlErrorHandler
extends io.debezium.pipeline.ErrorHandler
ErrorHandler which filter some DebeziumException, we
use this class instead of MySqlErrorHandler.| Constructor and Description |
|---|
MySqlErrorHandler(String logicalName,
io.debezium.connector.base.ChangeEventQueue<?> queue,
io.debezium.connector.mysql.MySqlTaskContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isRetriable(Throwable throwable) |
void |
setProducerThrowable(Throwable producerThrowable) |
public MySqlErrorHandler(String logicalName, io.debezium.connector.base.ChangeEventQueue<?> queue, io.debezium.connector.mysql.MySqlTaskContext context)
protected boolean isRetriable(Throwable throwable)
isRetriable in class io.debezium.pipeline.ErrorHandlerpublic void setProducerThrowable(Throwable producerThrowable)
setProducerThrowable in class io.debezium.pipeline.ErrorHandlerCopyright © 2022 The Apache Software Foundation. All rights reserved.