Apache ZooKeeper is a distributed service that provides configuration information storage, naming, synchronization, coordination, and group services.
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 delete all the data from a topic or delete the topic before every run? Can …
apache-kafka apache-zookeeperI 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 am trying to understand ZooKeeper, how it works and what it does. Is there any application which is comparable …
apache-zookeeper distributed-computingWe have a standalone zookeeper setup on a dev machine. It works fine for every other dev machine except this …
apache-zookeeperIn Kafka, I would like to use only a single broker, single topic and a single partition having one producer …
partitioning apache-zookeeper producer-consumer apache-kafka brokerI'm trying to install Kafka message queue on Windows for testing purposes (not for production). I found this article on …
windows apache-kafka apache-zookeeperI've generally implemented sequence number generation using database sequences in the past. e.g. Using Postgres SERIAL type http://www.…
java apache-zookeeper sequencesI installed the stable version of kafka (0.8.1 with 2.9.2 Scala) as per their website and am running it with a 3 node …
apache-zookeeper apache-kafkaI'm using kafka_2.9.2-0.8.1.1 with zookeeper 3.4.6. Is there a utility that can automatically remove a consumer group from zookeeper? Or …
apache-zookeeper apache-kafka