Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Follow the steps mentioned below to add support for each transport type

...

  1. Download Apache Kafka server

    Info

    This guide uses Kafka 2.10-0.8.2.1 version.

  2. Copy the following client JAR files from <KAFKA_HOME>/libs/ directory  to <PRODUCT_HOME>/repository/components/lib/ directory.
    • kafka_2.10-0.8.2.1.jar
    • zkclient-0.3.jar
    • scala-library-2.10.4.jar
    • zookeeper-3.4.6.jar
    • metrics-core-2.2.0.jar
    • kafka-clients-0.8.2.1.jar

...

Info

The above jars are the client jars for Kafka 2.10-0.8.1. If you want to use the client jars for Kafka_2.10-0.9.0.1 or Kafka_2.11-0.9.0.1, the following needs to be done.

  1. Copy the following client JAR files from <KAFKA_HOME>/lib/ directory  to <PRODUCT_HOME>/repository/components/lib/ directory.
    • kafka_2.11-0.9.0.1.jar
    • kafka-clients-0.9.0.1.jar
    • metrics-core-2.2.0.jar
    • scala-library-2.11.7.jar
    • scala-parser-combinators_2.11-1.0.4.jar
    • zkclient-0.7.jar
    • zookeeper-3.4.6.jar
  2. Download the jass.conf file and save it in the <DAS_HOME>/repository/conf/security directory. 
Info

Kafka_2.10-0.9.0.1 is backward compatible. Therefore, you can use Kafka_2.10-0.8.2.1 client jars to connect with Kafka_2.10-0.9.0.1.

SMS Transport

  1. Download and copy following libraries to <PRODUCT_HOME>/repository/components/lib/ directory.

...