Jump to: navigation, search

Kafka Capture Point - Interaction Server JVM

This page provides an example of configuring Interaction Server options to load Java virtual machine (JVM) and all of the required libraries when using Kafka. See also the general description of the configuration requirements for Java.

Important
Kafka Capture Point requires minimum JRE 8 to function.

Configuring Interaction Server to load JVM and required libraries

In the Interaction Server Application object, on the Applications Options tab, add the following jar files to the -Djava.class.path option in the jvm-options section:

  • <path to IXN dir>/lib/ixn-java-aux.jar
  • <path to IXN dir>/groovy_event_logger/lib/KafkaEventLogger/kafka-clients-2.3.0.jar
  • <path to IXNdir>/groovy_event_logger/lib/KafkaEventLogger/slf4j-api-1.7.26.jar

If transformation is used in this capture point, then the following jars should be added to the option as well:

  • <path to IXN dir>/transformation/xercesImpl.jar
  • <path to IXN dir>/transformation/xsltc.jar
  • <path to IXN dir>/transformation/xml_transformer_capture_point.jar
  • <path to IXN dir>/transformation/groovy-all-2.4.15.jar

All required jar files are provided in the IP.

Important
On Windows, libraries are separated with a semi colon (;) and on Linux, with a colon (:).
This page was last edited on February 14, 2022, at 09:22.
Comments or questions about this documentation? Contact us for support!