Top "Apache-kafka" questions

Apache Kafka is a distributed streaming platform designed to store and process high-throughput data streams.

List all kafka topics

I'm using kafka 0.10 without zookeeper. I want to get kafka topics list. This command is not working since we're not …

apache-kafka apache-zookeeper
Purge Kafka Topic

Is there a way to purge the topic in kafka? I pushed a message that was too big into a …

apache-kafka purge
Is there a way to delete all the data from a topic or delete the topic before every run?

Is there a way to delete all the data from a topic or delete the topic before every run? Can …

apache-kafka apache-zookeeper
Leader Not Available Kafka in Console Producer

I am trying to use Kafka. All configurations are done properly but when I try to produce message from console …

apache-kafka producer
How to find the kafka version in linux

How to find the kafka version in linux? whether there is a way to find the installed kafka version other …

apache-kafka
How to check if ZooKeeper is running or up from command prompt?

I exploring a few options to setup kafka and I knew that the Zookeeper has to be up and running …

hadoop config apache-zookeeper apache-kafka ps
How to Delete a topic in apache kafka

I need to delete a topic in kafka-0.8.2.2.3. I have used the below command for deleting the topic: bin/kafka-topics.…

java apache-kafka
When to use RabbitMQ over Kafka?

I've been asked to evaluate RabbitMQ instead of Kafka but found it hard to find a situation where a message …

apache-kafka rabbitmq message-queue
How can I send large messages with Kafka (over 15MB)?

I send String-messages to Kafka V. 0.8 with the Java Producer API. If the message size is about 15 MB I get …

java apache-kafka
Java, How to get number of messages in a topic in apache kafka

I am using apache kafka for messaging. I have implemented the producer and consumer in Java. How can we get …

java messages apache-kafka