Kafka Tools

Overview

KafkaTools provides the following functionality that allows publishing to and consuming from topics on Kafka Servers.

Smart Services

  • Publish To Kafka
  • Consume From Kafka

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.

Anonymous
Parents
  • How do you resolve the issue "Topic appianTopic not present in metadata after 60000 ms" when publishing to a kafka topic
    We have configured the scs key
    and then configured the smart service as follow

    scs key: used the api key as username and api secret as password

    topic: topic created on confluent kakfa

    servers: bootstrap server provided by confluent kafka

    security protocol: SASL_PLAINTEXT

    sasl mechanism: PLAIN

    Where do you use the cluster id? 

Comment
  • How do you resolve the issue "Topic appianTopic not present in metadata after 60000 ms" when publishing to a kafka topic
    We have configured the scs key
    and then configured the smart service as follow

    scs key: used the api key as username and api secret as password

    topic: topic created on confluent kakfa

    servers: bootstrap server provided by confluent kafka

    security protocol: SASL_PLAINTEXT

    sasl mechanism: PLAIN

    Where do you use the cluster id? 

Children