public interface CommitPolicy<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
addPendingRecord(org.apache.kafka.clients.consumer.ConsumerRecord<K,V> record) |
void |
completeRecord(org.apache.kafka.clients.consumer.ConsumerRecord<K,V> record) |
Set<org.apache.kafka.common.TopicPartition> |
partialCommit() |
Set<org.apache.kafka.common.TopicPartition> |
tryCommit(boolean noPendingRecords) |
Copyright © 2019 LeanCloud. All rights reserved.