Class BinlogRestartIT<C extends org.apache.kafka.connect.source.SourceConnector>

All Implemented Interfaces:
BinlogConnectorTest<C>, Testing

public abstract class BinlogRestartIT<C extends org.apache.kafka.connect.source.SourceConnector> extends AbstractBinlogConnectorIT<C>
Author:
Jiri Pechanec
  • Field Details

    • SCHEMA_HISTORY_PATH

      private static final Path SCHEMA_HISTORY_PATH
    • DATABASE

      private final UniqueDatabase DATABASE
    • config

      private Configuration config
  • Constructor Details

    • BinlogRestartIT

      public BinlogRestartIT()
  • Method Details

    • beforeEach

      public void beforeEach()
    • afterEach

      public void afterEach()
    • shouldNotDuplicateEventsAfterRestart

      @FixFor("DBZ-1276") public void shouldNotDuplicateEventsAfterRestart() throws Exception
      Throws:
      Exception