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