?
Kafka client
Navigate to Client​

Create a NEW Kafka Client​

CONSUMER GROUP ID
The Kafka client ID needs to be same as the Broker's CONSUMER GROUP ID
Create a New 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.

Address
127.0.0.1Address of the Kafka ServerPort
9092Default Kafka port number
Kafka Broker Info​
Establish a New Connection​

Type
kafkaAddress of the Kafka ServerFetch API version
5Default Kafka port numberTLS Cert Key for the connection
client certfile
cert.pemcertfile
keyfilekey.pemKey cert file
keyfile password......keyfile password
cacertfileca-cert.pemCA certfile
Start Kafka Client​
WAIT!
Start after all the configuration is complete.

Helpful?