Follow the steps mentioned below to add support for each transport type
...
Download Apache Kafka server.
Info This guide uses Kafka 2.10-0.8.2.1 version.
- 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.
|
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
Download and copy following libraries to
<PRODUCT_HOME>/repository/components/lib/
directory.
...