Package com.networknt.tram.test
Interface KafkaTestEnvironment.KafkaOffsetHandler
-
- Enclosing interface:
- KafkaTestEnvironment
public static interface KafkaTestEnvironment.KafkaOffsetHandlerSimple interface to commit and retrieve offsets.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()LonggetCommittedOffset(String topicName, int partition)voidsetCommittedOffset(String topicName, int partition, long offset)
-