LrKafkaConsumer.enforceRebalance

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

public static void enforceRebalance()

Arguments

This function does not have any arguments.

Return values

This function does not return any values.

General information

This function alerts the consumer to trigger a new rebalance by rejoining the group.

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