LrKafkaConsumer.assignment

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

public static Set<TopicPartition> assignment()

Arguments

This function does not have any arguments.

Return values

Returns the set of currently assigned partitions.

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