Interface DebeziumEngine.Offsets

Enclosing interface:
DebeziumEngine<R>

public static interface DebeziumEngine.Offsets
Contract that should be passed to DebeziumEngine.RecordCommitter.markProcessed(Object, Offsets) for marking a record as processed with updated offsets.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    set(String key, Object value)
    Associates a key with a specific value, overwrites the value if the key is already present.
  • Method Details

    • set

      void set(String key, Object value)
      Associates a key with a specific value, overwrites the value if the key is already present.
      Parameters:
      key - key with which to associate the value
      value - value to be associated with the key