Kafka send message

Kafka send message

The advanced output workflow component, Kafka send message sends a message to Kafka.

The component has these parameters:



Bootstrap server host
Specify the host name of the Kafka cluster bootstrap server (domain name or IP).

Bootstrap server port
Specify the port number of the bootstrap server (commonly 9092 or 9093).

Topic name
Specify the name of the topic that you want to send the message to.

Message key
Optionally specify a key name for the message. If this is left empty, then the message key will have a null value.

Truststore path
Specify the file system path of the truststore to use for SSL communication (only required when using a Kafka SSL endpoint).

Truststore password
Specify the password for the above truststore (only required if the truststore has a password).

Keystore path
Specify the file system path of the keystore to use for client authentication (only required when using a Kafka SSL endpoint that has client authentication enabled).

Keystore password
Specify the password of the above keystore (only required if the keystore has a password).

Keystore key password
Specify the password of the specific key within the keystore (if this is left empty, the keystore password will be used as key password as well).

Both JKS and PKCS12 keystore formats are supported. If the keystore filename has the extension ".p12" or ".pfx" then the keystore is assumed to be PKCS12. Any other extension will be assumed to be a JKS keystore.

    • Related Articles

    • ActiveMQ send message

      To send a message to an ActiveMQ as part of a workflow, insert a new component at the point in the workflow where you want to send the message. From the "Advanced" components tab select "ActiveMQ send message" to send a message with the workflow ...
    • IBM MQ send message

      To send a message to an IBM MQ as part of a workflow, insert a new component at the point in the workflow where you want to send the message. From the "Advanced" components tab select "IBM MQ send message" to send a message to an IBM MQ. Note that ...
    • Azure Service Bus send message

      You can use the advanced, output workflow component, Azure Service Bus send message to send the current payload in InterFormNG2 to Azure Service Bus. The component has these parameters: Azure Service Bus instance Select the connection settings ...
    • From Kafka

      With the workflow input type, From Kafka you can setup a workflow to read messages from Kafka. The input type has these parameters: Bootstrap server host Specify the host name of the Kafka cluster bootstrap server (domain name or IP). Bootstrap ...
    • Create email message text from a template

      The advanced email tool workflow component, Create email message text from a template is able to convert an email template into an html payload, where all variables has been substituted. This can e.g. be used, if you want to verify the contents of an ...