apache-zookeeper Questions
1
I have Kafka Stream application. My application is processing the events successfully.
How to change Kafka committed consumer offset with required offset to reprocess/skip the events. I tried How...
Cabinda asked 24/11, 2017 at 11:38
4
Solved
I have setup a SolrCloud replication using standalone zookeeper. But now I wish to make some changes to my Schema.xml and reload the core. The problem is that when I run a single server Solr (no so...
Spar asked 5/4, 2013 at 9:16
3
Solved
I want to get the member server list and their type(Leader or observer) in my java application.
And also want to get the dead server.
Is their any way to do that? I read the document, but didn't f...
Orna asked 21/5, 2013 at 11:39
2
Solved
Is there any alternative of ZooKeeper in .net? Other than database which we all use for similar stuff.
We need it for leader selection and to make sure one item is getting processed only once and ...
Willson asked 23/8, 2010 at 14:2
1
Solved
I am running Zookeeper in an OpenShift/Kubernetes environment. I have setup zookeeper as a StatefulSet in order to reliably persist config data.
I configured three servers in my zoo.cfg by hostna...
Weston asked 6/10, 2017 at 12:24
2
Solved
I am working on a brand new SolrCloud - ZooKeeper infrastructure.
Some background information:
all other services (mostly web site infrastructure) are distributed across two data centers, with act...
Sonar asked 25/4, 2013 at 18:4
4
I’m using the InterProcessSemaphoreMutex for a distributed locking recipe.
A typical path for a lock might be
/lock/calendar/uuid
Where uuid is of course a uuid and hence many lock paths may be ...
Irmgardirmina asked 31/3, 2015 at 17:2
0
I'm trying to launch a zookeeper cluster in AWS using Container Services. Using the base "zookeeper" docker image. There are two issues I'm currently having.
1) Zookeeper requires an "ZOO_MY_ID" v...
Foltz asked 24/9, 2017 at 4:49
1
Solved
I've been working on a system where they use SolrCloud, which entails a Zookeeper ensemble that helps "manage the overall structure so that both indexing and search requests can be routed properly"...
Farfetched asked 20/9, 2017 at 22:49
4
Solved
So my objective here is to set up a cluster of several kafka-brokers in a distributed fashion. But I can't see the way to make the brokers aware of each other.
As far as i understand, every broker...
Spiegleman asked 21/8, 2015 at 12:10
3
Solved
Why the use of zookeeper in kafka-consumer is deprecated and why it's recommended to use the bootstrap server instead ?
what are the advantages of the bootstrap-server?
Meat asked 12/9, 2017 at 9:39
6
I am using HBASE 0.94.8 standalone mode in Ubuntu. Its working fine i am able to do every operations in Hbase-shell. But after i logged of my system its giving following error
15/07/28 15:10:30 E...
Droop asked 28/7, 2015 at 10:58
1
Solved
I am using Apache Kafka in (Plain Vanilla) Hadoop Cluster for the past few months and out of curiosity I am asking this question. Just to gain additional knowledge about it.
Kafka server.propertie...
Dromous asked 17/8, 2017 at 9:30
2
Solved
I am trying to install zookeeper on CentOS 7 using yum install zookeeper or yum install zookeeperd but it throws: There is no zookeeper package available.
Vidicon asked 12/1, 2017 at 10:52
4
I have setup a kafka zookeeper and 3 brokers on one machine on ec2 with ports 9092..9094 and am trying to consume the topic content from another machine. The ports 2181 (zk), 9092, 9093 and 9094 (s...
Mide asked 7/11, 2015 at 14:56
3
Solved
I would like to use the embedded Zookeeper 3.4.9 that come with Kafka 10.2, and not install Zookeeper separately. Each Kafka broker will always have a 1:1 Zookeeper on localhost.
So if I have 5 bro...
Welby asked 13/7, 2017 at 20:53
2
I was setting up a storm cluster to calculate real time trending and other statistics, however I have some problems introducing the "recovery" feature into this project, by allowing the offset that...
Lardner asked 25/6, 2014 at 11:58
3
Solved
I've been wondering why ZooKeeper needs a majority of the machines in the ensemble to work at all. Lets say we have a very simple ensemble of 3 machines - A,B,C.
When A fails, new leader is electe...
Tulley asked 17/4, 2013 at 13:0
3
Solved
Is that correct that ZooKeeper is always CP (in terms of CAP theorem)?
Or is there anyway to use it as AP for service discovery needs?
Slumgullion asked 14/2, 2016 at 2:40
3
Solved
I'm running HBase in pseudo-distributed mode on my workstation. We also have HBase running on a cluster. Using the HBase shell, I'd like to access the HBase instance that's running on the cluster f...
Riella asked 18/4, 2012 at 23:16
4
I am using Apache Curator library for doing leadership election on the Zookeeper. I have my application code deployed in various machines and I need to execute my code from one machine only so that...
Tweezers asked 18/1, 2015 at 4:13
2
Solved
I am facing the following error while enabling SASL on Zookeeper and broker authentication.
[2017-04-18 15:54:10,476] DEBUG Size of client SASL token: 0
(org.apache.zookeeper.server.ZooKeeperServ...
Explant asked 18/4, 2017 at 10:42
1
Solved
I am trying to configure Kafka on multiple instances of EC2 by following this gist , but I am getting following error:
I am running this command:
$ bin/zookeeper-server-start.sh config/zookeeper...
Matchboard asked 22/3, 2017 at 8:28
2
a question troubled me a long time. I know the leader election exists in zookeeper. Suppose we have a Kafka cluster connected with Zookeeper ensemble .
So my understanding is like, there is a zooke...
Blacktail asked 26/12, 2016 at 17:58
6
Solved
I am new to Kafka and try to setup enviroment for it .
I am trying to run a single node Kafka but I am getting error in that.
Following following steps on mac
1. brew install zookeeper
2. brew ...
Katharynkathe asked 19/10, 2015 at 10:24
© 2022 - 2024 — McMap. All rights reserved.