Class AlwaysSnapshotter

java.lang.Object
io.debezium.connector.postgresql.snapshot.QueryingSnapshotter
io.debezium.connector.postgresql.snapshot.AlwaysSnapshotter
All Implemented Interfaces:
Snapshotter

public class AlwaysSnapshotter extends QueryingSnapshotter
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
  • Constructor Details

    • AlwaysSnapshotter

      public AlwaysSnapshotter()
  • Method Details

    • shouldStream

      public boolean shouldStream()
      Returns:
      true if the snapshotter should stream after taking a snapshot
    • shouldSnapshot

      public boolean shouldSnapshot()
      Returns:
      true if the snapshotter should take a snapshot