Package io.aiven.commons.kafka.connector.source.lookback
package io.aiven.commons.kafka.connector.source.lookback
-
ClassDescriptionBase class for Lookback test implementations.Buffer<K extends Comparable<K>>Lookback that uses a buffer to track the last N records.Test for the Buffer Lookback implementation.LastKey<K extends Comparable<K>>A Lookback that only tracks the last key seen.Test for LastKey Lookback implementationLookback<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.Test for None Lookback implementation.