Top "Apache-zookeeper" questions

Apache ZooKeeper is a distributed service that provides configuration information storage, naming, synchronization, coordination, and group services.

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
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
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
Explaining Apache ZooKeeper

I am trying to understand ZooKeeper, how it works and what it does. Is there any application which is comparable …

apache-zookeeper distributed-computing
Zookeeper connection error

We have a standalone zookeeper setup on a dev machine. It works fine for every other dev machine except this …

apache-zookeeper
Is Zookeeper a must for Kafka?

In 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 broker
How to install Kafka on Windows?

I'm trying to install Kafka message queue on Windows for testing purposes (not for production). I found this article on …

windows apache-kafka apache-zookeeper
Distributed sequence number generation?

I've generally implemented sequence number generation using database sequences in the past. e.g. Using Postgres SERIAL type http://www.…

java apache-zookeeper sequences
Running into LeaderNotAvailableException when using Kafka 0.8.1 with Zookeeper 3.4.6

I 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-kafka
removing a kafka consumer group in zookeeper

I'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