All docs
This doc
...
Code Block | ||||
---|---|---|---|---|
| ||||
<kafkaTransport.publishMessages> <topic>{$ctx:topic}<<topic>topicName</topic> </kafkaTransport.publishMessages> |
topic:
The name of the topic.Copy the following client libraries from the <KAFKA_HOME>/lib
directory to the <ESB_HOME>/repository/components/lib
directory.
kafka_2.9.2-0.8.1.1.jar
scala-library-2.9.2.jar
zkclient-0.3.jar
zookeeper-3.3.4.jar
metrics-core-2.2.0.jar
Run the following command to start the ZooKeeper server:
bin/zookeeper-server-start.sh config/zookeeper.properties
You will see the following log:
init
operation and use the publishMessages operation to publish the messages with the topic....