LrKafkaProducer.initTransactions

Calls the initTransactions method on the KafkaProducer initialized for the Vuser.

public static void initTransactions()

Arguments

This function has no arguments.

Return Values

This function does not return any values.

General information

This function needs to be called before any other methods when the transactional.id is set using the configuration.

LoadRunner products do not monitor Kafka transactions. Instead, they provide functions for using their own transactional methods.

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