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