Kafka Producer Functions
Producers are client applications that publish events to Kafka. Kafka protocol includes the following producer functions:
LrKafkaProducer.beginTransaction | Calls the beginTransaction method on the KafkaProducer initialized for the Vuser. |
LrKafkaProducer.closeProducer | Calls the close method on KafkaProducer initialized for the Vuser and uninitializes it. |
Initializes a KafkaProducer instance for the current Vuser. | |
LrKafkaProducer.initTransactions | Calls the initTransactions method on the KafkaProducer initialized for the Vuser. |
Calls the send method on the KafkaProducer initialized for the Vuser. |