Skip to main content
?

Kafka Clients

Using Kafka Event​

You can configure action flow for specific MQTT topic.

Add action in the topic event, then action flow will be started when topic is published.

Create New Kafka Client​

CONSUMER GROUP ID

The Kafka client ID needs to be same as the Broker's CONSUMER GROUP ID

Create Kafka

Server​

The term "Kafka server" refers to a Kafka broker. A Kafka broker is a part of the Kafka cluster and is responsible for storing and managing Kafka topics. It acts as a server that handles incoming data from producers, stores that data on disk, and serves that data to consumers.

Kafka Server

Address 127.0.0.1 Address of the Kafka Server

Port 9092 Default Kafka port number

Connection​

Kafka Connection

Type kafka Address of the Kafka Server

Fetch API version 5 Default Kafka port number

TLS Cert Key for the connection

client certfile cert.pem certfile
keyfile key.pem Key cert file
keyfile password ...... keyfile password
cacertfile ca-cert.pem CA certfile

Event​

An Kafka "event" is to subscribed to. Once subscribed, the workflow can received data to automate and handle data.

Kafka Event

Info​

Kafka Information

Title and description of the client

Start​

Kafka Start
TURN ON THE CLIENT

Make sure to turn on the client!!!