Skip to content

Commit

Permalink
DBZ-4272 Added javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros authored and gunnarmorling committed Nov 30, 2021
1 parent 0a10d5b commit 2347b58
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
import io.debezium.util.Clock;

/**
* Custom PostgreSQL implementation of the {@link SignalBasedIncrementalSnapshotChangeEventSource} implementation
* which performs an explicit schema refresh of a table prior to the incremental snapshot starting.
*
* @author Chris Cranford
*/
public class PostgresSignalBasedIncrementalSnapshotChangeEventSource extends SignalBasedIncrementalSnapshotChangeEventSource<TableId> {
Expand Down

0 comments on commit 2347b58

Please sign in to comment.