From Kafka

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 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 subscribe to. The workflow will receive messages that are sent to this topic.

Group ID
Specify the name of the consumer group to which this workflow belongs. Workflows that share the same consumer group ID will receive a share of the messages sent to the topic.

Input type
Specify the data format of the incoming messages.

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

    • 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 ...
    • Advanced Output workflow components

      The advanced output workflow components are: ActiveMQ send message. Sends a message to an ActiveMQ message queue. Azure Service Bus send message. Sends the current payload as a message to Azure Service Bus. Create an upload ZPL font. Creates a ZPL ...
    • Workflow input types

      The workflows of InterFormNG2 can get the input from various input types. In the workflow the input type is shown as the leftmost (green) component: The input types are all listed here: AS400 Command input Call InterFormNG2 via a command on the IBM i ...
    • Modules in InterFormNG2

      The classic package of InterFormNG2 contains in short the functionality, that are used by most customers. Customers, that require additional, special functionality can purchase one or more of the additional modules in InterFormNG2. Please note, that ...
    • Release log Version 2.x.x

      This is the list of the InterFormNG2 releases versions 2.x.x and the major new features in each release: Version 2.4.2 Version 2.4.1 Version 2.4.0 Version 2.3.0 Version 2.2.0 Version 2.1.2 Version 2.1.1 Version 2.1.0 Version 2.0.3 Version 2.0.2 ...