Hi Guys,
I had a requirement that my Appian Application needs to consume data from Kafka.
For this i have added a Plug-in called (Kafka tool). It contains 2 smart services.
1. Consume from Kafka.
2. Publish To Kafka.
So, i used Consume from Kafka Node in my process model. In data tab there are following Node inputs and node outputs to configure.
Node Inputs:
Node Outputs:
Above Highlighted fields are mandatory fields.
My Doubts:
Discussion posts and replies are publicly visible
Did you try to download the plugin from the AppMarket and check for included documentation?
A smart service does not need another integration.
The boolean output is called "success" and will only tell whether a message was retrieved.
The data from the message will be written to a database table configured in the smart service.
Ohh!. Okay got it now. I haven't tried to download the plugin in AppMarket. Now I downloaded the Plugin. It has complete Documentation.
Thanks