Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Panel

Table of Contents

...

This integration requires a Universal Agent and a Python runtime to execute the Universal Task.

Software Requirements for forĀ Universal Template and Universal Task

Requires Python 3.7.0 or higher. Tested with the Universal Agent bundled Python distribution.

...

  • Perform authentication towards Kafka, using PLAINTEXT or SASL_SSL SCRAM security protocol.

  • Send a message to Kafka with the capability to select, the topic, the partition, the message key, the message value, and message metadata.

  • Capability to control the transport of the messages by configuring the message acknowledgment strategy and the request timeout.

  • Capability to fetch topics and partitions dynamically from Kafka for selection during task creation.

  • Capability to automatically select the serialization method depending on the key/value message data types.

...