java.lang.Object
io.debezium.operator.api.model.source.Offset
All Implemented Interfaces:
ConfigMappable

public class Offset extends Object implements ConfigMappable
  • Field Details

    • file

      @JsonPropertyDescription("File backed offset store configuration") private FileOffsetStore file
    • memory

      @JsonPropertyDescription("Memory backed offset store configuration") private InMemoryOffsetStore memory
    • redis

      @JsonPropertyDescription("Redis backed offset store configuration") private RedisOffsetStore redis
    • store

      @JsonPropertyDescription("Arbitrary offset store configuration") private CustomStore store
    • flushMs

      @JsonPropertyDescription("Interval at which to try commiting offsets") private long flushMs
  • Constructor Details

    • Offset

      public Offset()
  • Method Details