Class ErrorHandlerTest

java.lang.Object
io.debezium.pipeline.ErrorHandlerTest

public class ErrorHandlerTest extends Object
  • Constructor Details

    • ErrorHandlerTest

      public ErrorHandlerTest()
  • Method Details

    • noError

      public void noError() throws Exception
      Throws:
      Exception
    • nonRetriableByDefault

      public void nonRetriableByDefault() throws Exception
      Throws:
      Exception
    • poll

      private void poll(io.debezium.connector.base.ChangeEventQueue<io.debezium.pipeline.DataChangeEvent> queue) throws InterruptedException
      Throws:
      InterruptedException
    • customRetriableMatch

      public void customRetriableMatch() throws Exception
      Throws:
      Exception
    • customRetriableNoMatch

      public void customRetriableNoMatch() throws Exception
      Throws:
      Exception
    • 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<io.debezium.pipeline.DataChangeEvent> queue)
    • queue

      private io.debezium.connector.base.ChangeEventQueue<io.debezium.pipeline.DataChangeEvent> queue()