Most voted questions in Apache Kafka

0 votes
1 answer

Missing required argument "[zookeeper]"

Hi@akhtar, I guess you are using the old ...READ MORE

Feb 10, 2020 in Apache Kafka by MD
• 95,440 points
2,786 views
0 votes
1 answer

How to know leader information in kafka?

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

Feb 10, 2020 in Apache Kafka by MD
• 95,440 points
14,872 views
0 votes
1 answer

How to install sbt in Redhat/CentOs??

Hi@akhtar, To install sbt in your RedHat system ...READ MORE

Feb 10, 2020 in Apache Kafka by MD
• 95,440 points
4,951 views
0 votes
1 answer

[error] /root/kafka-sbt/file.java:5:1: class SimpleProducer is public, should be declared in a file named SimpleProducer.java

Hi@akhtar, This error is not related to sbt. ...READ MORE

Feb 10, 2020 in Apache Kafka by MD
• 95,440 points
767 views
0 votes
1 answer

org.apache.kafka.common.config.ConfigException: Missing required configuration "bootstrap.servers" which has no default value.

Hi@akhtar, In your file bootstrap.servers field in missing. ...READ MORE

Feb 10, 2020 in Apache Kafka by MD
• 95,440 points
6,619 views
0 votes
1 answer

What are the differences between Apache Kafka and RabbitMQ?

Hi@akhtar, Apache kafka and RabitMQ have their own ...READ MORE

Feb 6, 2020 in Apache Kafka by MD
• 95,440 points
772 views
0 votes
2 answers

How can I create multiple consumers in apache kafka?

First of all, Consumer is not thread ...READ MORE

Jun 18, 2020 in Apache Kafka by Pawan
• 380 points
3,271 views
0 votes
1 answer

How can I create a topic in apache kafka?

Hi@akhtar, To create kafka topic you can use ...READ MORE

Feb 6, 2020 in Apache Kafka by MD
• 95,440 points
838 views
0 votes
0 answers

What is the difference between point to point and publish-subscribe messaging system?

Hi, I am new in Kafka. Can anyone ...READ MORE

Feb 6, 2020 in Apache Kafka by akhtar
• 38,230 points
627 views
0 votes
1 answer

What filter transformation in apache spark?

Hi, Filter() transformation in Apache Spark takes function ...READ MORE

Aug 2, 2019 in Apache Kafka by Gitika
• 65,910 points
1,233 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

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

Explain to me the functionality of Kafka in a Big-Data Cluster

Let me explain to you about Apache ...READ MORE

Apr 30, 2019 in Apache Kafka by ravikiran
• 4,620 points
857 views
0 votes
1 answer

How to write Kafka connector to integrate with Facebook API?

If you know the limit of API ...READ MORE

Apr 29, 2019 in Apache Kafka by Kumar
2,358 views
0 votes
1 answer

error message while running

Ideally, installing the urllib3 module should solve this error. ...READ MORE

Feb 25, 2019 in Apache Kafka by Omkar
• 69,210 points
445 views
0 votes
1 answer

Installing Kafka on Ubuntu

I am not sure what you expect ...READ MORE

Feb 21, 2019 in Apache Kafka by Arun
1,938 views
0 votes
2 answers

Kafka service not starting. Shows no output

sudo systemctl status kafka This should at least ...READ MORE

May 9, 2019 in Apache Kafka by Novice
6,299 views
0 votes
2 answers

Not able to start Kafka service

If your service, in this case kafka, ...READ MORE

May 10, 2019 in Apache Kafka by Novice
17,820 views
0 votes
1 answer

Not able to download Kafka using curl

The output to download this is in ...READ MORE

Feb 21, 2019 in Apache Kafka by Omkar
• 69,210 points
2,379 views
0 votes
1 answer

Create a Hive table with a sequence file

Hey! Follow these steps to create a ...READ MORE

Dec 26, 2018 in Apache Kafka by Omkar
• 69,210 points
1,045 views
0 votes
1 answer

Retention in Kafka Cluster

However, retention period retains all the published ...READ MORE

Sep 19, 2018 in Apache Kafka by kurt_cobain
• 9,390 points
892 views
0 votes
1 answer

Significance of Kafka

High-throughput We do not need any large hardware ...READ MORE

Sep 19, 2018 in Apache Kafka by kurt_cobain
• 9,390 points
484 views
0 votes
1 answer

Role of Zookeper

Kafka is an open source system and ...READ MORE

Sep 19, 2018 in Apache Kafka by kurt_cobain
• 9,390 points
523 views
0 votes
1 answer

Kafka Elements

The most important elements of Kafka: Topic – ...READ MORE

Sep 19, 2018 in Apache Kafka by kurt_cobain
• 9,390 points
1,908 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

Sep 4, 2018 in Apache Kafka by nitinrawat895
• 11,380 points
1,542 views
0 votes
1 answer

How to purge Kafka Topic?

For your case what you can do ...READ MORE

Sep 4, 2018 in Apache Kafka by nitinrawat895
• 11,380 points
2,502 views
0 votes
1 answer

What is the optimum number of producers to create in Kafka?

In general, a single producer for all ...READ MORE

Jul 10, 2018 in Apache Kafka by nitinrawat895
• 11,380 points
7,979 views
0 votes
14 answers

How can I delete all the messages from a Kafka topic?

To delete all the messages from a Kafka topic.  There are many approach ...READ MORE

Jun 19, 2020 in Apache Kafka by Pawan
• 380 points
226,683 views
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

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

How to reset the offset of messages consumed from Kafka?

The reset option only prints the result ...READ MORE

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

Not able to fetch messages from Kafka cluster

You need to add the hostname in ...READ MORE

Jul 10, 2018 in Apache Kafka by Shubham
• 13,490 points
2,820 views
0 votes
1 answer

Re-balancing error while reading messages from Kafka.

rebalance.backoff.ms defines the time for which Kafka ...READ MORE

Jul 10, 2018 in Apache Kafka by Shubham
• 13,490 points
2,665 views
0 votes
1 answer

Kafka topic not being deleted

By default in Kafka version 0.10, delete.topic.enable ...READ MORE

Jul 9, 2018 in Apache Kafka by nitinrawat895
• 11,380 points
2,792 views
0 votes
1 answer

Is there any change in consumer offsets if a new partition(s) is added to a Kafka topic?

Yes, it stays the same. An offset is ...READ MORE

Jul 9, 2018 in Apache Kafka by nitinrawat895
• 11,380 points
2,107 views