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.
Hi,
I am facing an issue when publishing to a Kafka queue. When running the node it is returning the error [Invalid sasl mechanism]. I have double checked the mechanism value in the config file of the server and it is SCRAM-SHA-512 which is what I have configured in the smart service node.
Try it out the label with underscores: "SASL_SHA_512" could be work for you
Yep that was the issue. Thank you very much.