LrKafkaConsumer.seekToEnd
Calls the seekToEnd method on the KafkaConsumer initialized for the Vuser.
public static void seekToEnd(Collection<TopicPartition> partitions)
Arguments
Name | Description |
---|---|
partitions | Collection of partitions |
Return values
This function does not return any values.
General information
This function seeks to the last offset of the specified partitions.
For more information about this function, see the Apache Kafka documentation.