This page was last edited on April 27, 2020, at 13:59.
Comments or questions about this documentation? Contact us for support!
You can use the Groovy Event Logger to send reporting events to an Apache Kafka topic.
The following prerequisites must be met in order to enable sending of the reporting events to Apache Kafka via Groovy Event Logger:
Add the following jars from the Interaction Server installation folder to the -Djava.class.path option in the jvm-options section:
To configure Kafka Groovy Event Logger application object:
Java Kafka client used for communication with the Kafka cluster has many configurable options. Options specified in the producer-options section are passed to the Java Kafka producer as is. Producer is used to send message to the Kafka cluster. The list of options can be found on the official page. Any of these options can be configured in this section except bootstrap.server. Value of kafka-settings/servers is used for the latter option.