Package io.debezium.pipeline
Class ErrorHandlerTest
- java.lang.Object
-
- io.debezium.pipeline.ErrorHandlerTest
-
public class ErrorHandlerTest extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classErrorHandlerTest.TestConnectorConfig
-
Constructor Summary
Constructors Constructor Description ErrorHandlerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcustomRetriableMatch()voidcustomRetriableMatchNested()voidcustomRetriableNoMatch()private io.debezium.pipeline.ErrorHandlererrorHandler(io.debezium.config.Configuration config, io.debezium.connector.base.ChangeEventQueue<Object> queue)voidnoError()voidnonRetriableByDefault()private voidpoll(io.debezium.connector.base.ChangeEventQueue<Object> queue)private io.debezium.connector.base.ChangeEventQueue<Object>queue()
-
-
-
Method Detail
-
poll
private void poll(io.debezium.connector.base.ChangeEventQueue<Object> queue) throws InterruptedException
- Throws:
InterruptedException
-
customRetriableMatchNested
public void customRetriableMatchNested() throws Exception- Throws:
Exception
-
errorHandler
private io.debezium.pipeline.ErrorHandler errorHandler(io.debezium.config.Configuration config, io.debezium.connector.base.ChangeEventQueue<Object> queue)
-
queue
private io.debezium.connector.base.ChangeEventQueue<Object> queue()
-
-