Package io.aiven.commons.kafka.connector.source.lookback
package io.aiven.commons.kafka.connector.source.lookback
-
ClassDescriptionBuffer<K extends Comparable<K>>Lookback that uses a buffer to track the last N records.LastKey<K extends Comparable<K>>A Lookback that only tracks the last key seen.Lookback<K extends Comparable<K>>Defines the strategy for providing the next key for the client to search for.None<K extends Comparable<K>>Lookback that does not track any keys.