Class PostgresSignalBasedIncrementalSnapshotChangeEventSource

All Implemented Interfaces:
IncrementalSnapshotChangeEventSource<PostgresPartition,TableId>

public class PostgresSignalBasedIncrementalSnapshotChangeEventSource extends SignalBasedIncrementalSnapshotChangeEventSource<PostgresPartition,TableId>
Custom PostgreSQL implementation of the SignalBasedIncrementalSnapshotChangeEventSource implementation which performs an explicit schema refresh of a table prior to the incremental snapshot starting.
Author:
Chris Cranford