Package io.debezium.engine.spi
-
Interface Summary Interface Description OffsetCommitPolicy The policy that defines when the offsets should be committed to offset storage. -
Class Summary Class Description OffsetCommitPolicy.AlwaysCommitOffsetPolicy AnOffsetCommitPolicythat will commit offsets as frequently as possible.OffsetCommitPolicy.PeriodicCommitOffsetPolicy AnOffsetCommitPolicythat will commit offsets no more than the specified time period.