LrKafkaConsumer.seekToBeginning

Calls the seekToBeginning method on the KafkaConsumer initialized for the Vuser.

public static void seekToBeginning(Collection<TopicPartition> partitions)

Arguments

NameDescription
partitionsCollection of partitions

Return values

This function does not return any values.

General information

This function seeks to the first offset of the specified partitions.

For more information about this function, see the Apache Kafka documentation.