Apache ZooKeeper is a distributed service that provides configuration information storage, naming, synchronization, coordination, and group services.
I just downloaded Kafka 2.8.0 from Apache website, and I am trying to setup using the instructions given on the website. …
apache-kafka apache-zookeeperI want to delete a Kakfa consumer group so that when the application creates a consumer and subscribes to a …
apache-kafka apache-zookeeper(I'm running on CentOS 5.8). I've been following the direction for a Clustered (Multiserver) Zookeeper Set-up, but getting an error when …
apache cluster-computing apache-zookeeperI want to create a topic in Kafka (kafka_2.8.0-0.8.1.1) through java. It is working fine if I create a …
java apache-zookeeper apache-kafkaI have written a kafka consumer and producer that worked fine until today. This morning, when I started zookeeper and …
windows apache-kafka apache-zookeeperI am new to Hadoop/ZooKeeper. I cannot understand the purpose of using ZooKeeper with Hadoop, is ZooKeeper writing data …
java hadoop apache-zookeeperI am facing the following error while enabling SASL on Zookeeper and broker authentication. [2017-04-18 15:54:10,476] DEBUG Size of client …
authentication apache-kafka apache-zookeeper saslI was able to successfully set up zookeeper and one kafka broker yesterday. Everything worked as expected. I shut down …
apache-kafka apache-zookeeperI am trying to read messages on Kafka topic, but I am unable to read it. The process gets killed …
message-queue apache-zookeeper flume apache-kafkaFor deleting a node in zookeeper from command line interface there is a delete command. When I run it, it …
apache-zookeeper