Class ChangeEventSourceCoordinatorTest

java.lang.Object
io.debezium.pipeline.ChangeEventSourceCoordinatorTest

public class ChangeEventSourceCoordinatorTest extends Object
  • Field Details

    • snapshotterService

      io.debezium.snapshot.SnapshotterService snapshotterService
    • snapshotter

      io.debezium.spi.snapshot.Snapshotter snapshotter
    • connectorConfig

      io.debezium.config.CommonConnectorConfig connectorConfig
    • coordinator

      io.debezium.pipeline.ChangeEventSourceCoordinator coordinator
    • context

      io.debezium.pipeline.source.spi.ChangeEventSource.ChangeEventSourceContext context
  • Constructor Details

    • ChangeEventSourceCoordinatorTest

      public ChangeEventSourceCoordinatorTest()
  • Method Details

    • before

      public void before()
    • testNotDelayStreamingIfSnapshotShouldNotStream

      public void testNotDelayStreamingIfSnapshotShouldNotStream() throws Exception
      Throws:
      Exception
    • testDelayStreamingIfSnapshotShouldStream

      public void testDelayStreamingIfSnapshotShouldStream() throws Exception
      Throws:
      Exception