Hi@akhtar,
Confluent is a data streaming platform based on Apache Kafka, a full-scale streaming platform, capable of not only publish-and-subscribe, but also the storage and processing of data within the stream.
To install in your system, follow the below given steps.
https://www.confluent.io/download/
vi /etc/profile
export PATH=/root/confluent-5.1.2/bin:$PATH
source /etc/profile
$ bin/confluent-hub install --no-prompt confluentinc/kafka-connect-datagen:latest
$ /bin/confluent local start
your-ip:9021
Hope this works for you!
Get your Kafka certification today to become certified professional
Thank You