public interface KafkaOffsetsRepository
| Modifier and Type | Method and Description |
|---|---|
Map<org.apache.kafka.common.TopicPartition,org.apache.kafka.clients.consumer.OffsetAndTimestamp> |
load(Instant firstStartTime)
Load offsets from storage.
|
void |
store(Map<org.apache.kafka.common.TopicPartition,Long> partitionsAndOffsets)
Store Kafka offsets.
|
Copyright © 2019. All rights reserved.