Class ErrorHandlerTest


  • public class ErrorHandlerTest
    extends Object
    • Constructor Detail

      • ErrorHandlerTest

        public ErrorHandlerTest()
    • Method Detail

      • nonRetriableByDefault

        public void nonRetriableByDefault()
                                   throws Exception
        Throws:
        Exception
      • 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<Object> queue)
      • queue

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