Overview
KafkaTools provides the following functionality that allows publishing to and consuming from topics on Kafka Servers.
Smart Services
In order to process the messages consumed from Kafka, it is recommended to use the Transaction Manager application. The models designed to process messages will be configured an assigned through the transaction manager job types. See documentation for Transaction Manager
Key Features & Functionality
Please refer to the README for additional details.
I am trying to use this plugin using SASL_MECHANISM as SCRAM_SHA_512 but it is failing. I have created the trusted store using amazonca1.cer. I have downloaded this certificate from this URL https://www.amazontrust.com/repository/. In my secure credentials, I have configured username, password, and truststorepwd. In my process model on call of consume kafka I am passing my secure credential name. We are on Appian cloud and I am getting the error INVALID SASL_MECHANISM. I am able to consume Kafka directly on my machine but I am unable to get it on Appian environment. What could be the possible solution?