LrKafkaConsumer.wakeup

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

public static void wakeup()

Arguments

This function does not have any arguments.

Return values

This function does not return any values.

General information

This function wakes up the consumer. This method is thread-safe and is useful in particular to abort a long poll.

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