Apache Kafka is a distributed streaming platform designed to store and process high-throughput data streams.
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-zookeeperIs there a way to purge the topic in kafka? I pushed a message that was too big into a …
apache-kafka purgeIs there a way to delete all the data from a topic or delete the topic before every run? Can …
apache-kafka apache-zookeeperI am trying to use Kafka. All configurations are done properly but when I try to produce message from console …
apache-kafka producerHow to find the kafka version in linux? whether there is a way to find the installed kafka version other …
apache-kafkaI 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 psI 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-kafkaI've been asked to evaluate RabbitMQ instead of Kafka but found it hard to find a situation where a message …
apache-kafka rabbitmq message-queueI 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-kafkaI am using apache kafka for messaging. I have implemented the producer and consumer in Java. How can we get …
java messages apache-kafka