How to installed confluent kafka in our system

0 votes

Hi Guys,

I am working in Kafka. But Kafka does not have any Web UI. I searched a lot and came to know, we can use Confluent platform for kafka Web UI.

How can I configure Confluent kafka in my system?

Thank You

Apr 3, 2020 in Apache Kafka by akhtar
• 38,230 points
2,679 views

2 answers to this question.

0 votes

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.

  • Download confluent kafka from the below link.

https://www.confluent.io/download/
  • Extract the file using tar command.

  • Set path in /etc/profile file.

vi /etc/profile 
export PATH=/root/confluent-5.1.2/bin:$PATH
source /etc/profile
  • Run the below given command.

$ bin/confluent-hub install --no-prompt confluentinc/kafka-connect-datagen:latest
  • Start the service

$ /bin/confluent local start
  • Now go to your Browser and open Below Url With Your Ip

your-ip:9021

Hope this works for you!

Get your Kafka certification today to become certified professional

Thank You

answered Apr 3, 2020 by MD
• 95,440 points
0 votes
Easy Approach is work with Docker. ConfluentInc is available for Docker version. You have to pull many things through Docker-compose file. At one plateform you can get everything. There is dashboard available you can easily monitor and manage all activities.
answered Jun 18, 2020 by Pawan
• 380 points

Related Questions In Apache Kafka

0 votes
1 answer

How to commit message offsets in Kafka for reliable data pipeline?

You can use auto.commit.enable to allow Kafka ...READ MORE

answered Jul 10, 2018 in Apache Kafka by Shubham
• 13,490 points
3,337 views
0 votes
1 answer

How to delete a topic in Kafka 0.8.1.1?

Deleting topic isn't always working in 0.8.1.1 Deletion ...READ MORE

answered Sep 4, 2018 in Apache Kafka by nitinrawat895
• 11,380 points
1,545 views
+3 votes
1 answer

How to install Kafka on Windows System?

These are the steps to install Kafka ...READ MORE

answered Feb 25, 2019 in Apache Kafka by Ramya
13,397 views
0 votes
1 answer

How to check pending messages in KAFKA topic?

kafka-run-class.bat kafka.tools.ConsumerOffsetChecker --broker-info --group test-consumer-group --topic test ...READ MORE

answered May 29, 2020 in Apache Kafka by chandra
10,294 views
0 votes
1 answer

Error: pass --path /path/to/confluent flag or set environment variable CONFLUENT_HOME

Hi@akhtar, Before starting confluent kafka in your system, ...READ MORE

answered Apr 3, 2020 in Apache Kafka by MD
• 95,440 points
3,470 views
0 votes
1 answer
+2 votes
1 answer

Is Kafka and Zookeeper are required in a Big Data Cluster?

Apache Kafka is one of the components ...READ MORE

answered Mar 23, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
1,880 views
0 votes
1 answer

which one to choose for log analysis?

It is not about that you can ...READ MORE

answered Apr 6, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
550 views
0 votes
1 answer

How to read batch messages in confluent-kafka-python?

Hi@akhtar, You have to read the messages normally ...READ MORE

answered Apr 3, 2020 in Apache Kafka by MD
• 95,440 points
4,172 views
0 votes
1 answer

How to know leader information in kafka?

Hi@akhtar, To know leader information you can use ...READ MORE

answered Feb 10, 2020 in Apache Kafka by MD
• 95,440 points
14,895 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP