Kafka

Connection Settings

Broker URIs

Security Type

Security type used for Kafka client connection.

  • Plaintext: No security is used.

  • SSL: Enables SSL for the client connection.

    • Truststore CA Certificate: The CA certificate used for the client connection.
    • Keystore Client Keypair: The client keypair used to encrypt/decrypt the client communication.

Output Settings

Topic

Specifies the topic that the value is written to.

Key

Specifies the key that the value is mapped to under a topic.