LrKafkaConsumer.subscription

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

public static Set<String> subscription()

Arguments

This function does not have any arguments.

Return values

Returns the set of currently subscribed topics.

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