public static interface KafkaTestEnvironment.KafkaOffsetHandler
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Long |
getCommittedOffset(String topicName,
int partition) |
void |
setCommittedOffset(String topicName,
int partition,
long offset) |
Copyright © 2019. All rights reserved.