apache-zookeeper Questions
2
Solved
I just start reading about zookeeper. And I am getting confused about the data replication and data module.
The ZooKeeper ensemble will contain multiple nodes(Machine) with one leader and others ...
Adal asked 9/6, 2017 at 20:24
12
I have been working with Kafka 2.4.0 (2.11) and yesterday I had to forcefully terminate the process for some unknown reason. Since then I haven't been unable to start Zookeeper due to the following...
Photocopier asked 11/1, 2020 at 11:46
15
I was able to successfully set up zookeeper and one kafka broker yesterday. Everything worked as expected. I shut down kafka (ctrl + c) and then zookeeper.
Today I started zookeeper and when I sta...
Dunkin asked 28/9, 2016 at 23:19
11
I'm learning about Microservice Architecture these days and I need to run Kafka to follow some tutorials. However, zookeeper-server-start on cmd which is the first step for running up Kafka doesn't...
Mackay asked 11/1, 2019 at 17:27
9
Solved
I'm following this tutorial trying to set up kafka,
https://kafka.apache.org/quickstart
And I get this error when doing the part on zookeeper.
It certainly has something to do with the config, b...
Quartermaster asked 17/3, 2018 at 9:25
5
I tried to setup kafka and zookeeper on windows.
Initially I created topics, producers and consumers. It was working fine.
Then I deleted one topic by using the below command:
kafka-run-class.bat k...
Celie asked 16/5, 2021 at 9:42
12
Solved
I exploring a few options to how Zookeeper is up and running
I would like to know how can I find the below.
hostname and port for my zookeeper instance---I checked the zoo.cfg and I could only fin...
Wombat asked 17/3, 2015 at 18:4
5
Solved
I am trying to run my kafka and zookeeper in kubernetes pods.
Here is my zookeeper-service.yaml:
apiVersion: v1
kind: Service
metadata:
annotations:
kompose.cmd: kompose convert
kompose.versi...
Neutrality asked 3/9, 2018 at 8:35
4
I am setting up Kafka on my local Windows 10 machine. So downloaded all the required binaries and updated the two settings server and zookeeper properties as per the documentation.
But when running...
Comp asked 14/4, 2022 at 5:33
3
Solved
I am developing Spring Boot + Apache Kafka + Apache Zookeeper example. I've installed/setup Apache Zookeeper and Apache Kafka on my local Windows machine. I've taken a reference from link: https://...
Lumenhour asked 14/12, 2018 at 16:55
13
Solved
I´m using zookeeper 3.4.8 in single node and try to use kafka.
When I run this command:
zookeeper-server-start.sh /usr/local/kafka_2.9.2-0.8.2.2 /config/zookeeper.properties
I get the below err...
Kilbride asked 22/2, 2016 at 19:1
4
Solved
I have a cluster configuration using Kubernetes on GCE, I have a pod for zookeeper and other for Kafka; it was working normally until Zookeeper get crashed and restarted, and it start refusing conn...
Desmarais asked 21/8, 2017 at 20:19
19
Solved
I've created docker with kafka broker and zookeeper to start it with run script.
If I do fresh start it starts normally and runs ok (Windows -> WSL -> two tmux windows, one session). If I shut down...
Omnifarious asked 4/1, 2020 at 16:14
13
Solved
Below the steps I did to get this issue :
Launch ZooKeeper
Launch Kafka : .\bin\windows\kafka-server-start.bat .\config\server.properties
And at the second step the error happens :
ERROR F...
Melda asked 25/12, 2019 at 21:10
7
Solved
I am running in my locahost both Zookeeper and Kafka (1 instance each).
I create succesfully a topic from kafka:
./bin/kafka-topics.sh --zookeeper localhost:2181 --create --replication-factor 1 -...
Harvin asked 6/12, 2017 at 15:12
14
Solved
I have installed zookeeper in 3 different aws servers. The following is the configuration in all the servers
tickTime=2000
initLimit=10
syncLimit=5
dataDir=/var/zookeeper
clientPort=2181
server.1=...
Burgos asked 19/6, 2015 at 14:42
7
I have the following folder structure:
from C:\Program Files\kafka\kafka_2.11-0.11.0.0 frolder I try to execute following command:
bin\windows\zookeeper-server-start.bat config\zookeeper.proper...
Heterosporous asked 1/9, 2017 at 13:35
17
Solved
Is there a way to delete all the data from a topic or delete the topic before every run?
Can I modify the KafkaConfig.scala file to change the logRetentionHours property? Is there a way the messag...
Roybn asked 18/7, 2013 at 18:8
5
I am trying to install Apache Kafka on my computer. I downloaded newest version 2.12-2.0.0. I want to run it on Windows, after typing ".\zookeeper-server-start.bat ../../config/zookeeper.properties...
Intelligencer asked 31/8, 2018 at 13:45
3
Solved
I have three zookeeper nodes. All ports are open. The ip address are correct. Below is my config file. All nodes where booted by chef and all have the same install and config file.
# The number of...
Physical asked 16/7, 2012 at 5:22
8
Solved
I'm having a "JAVA_HOME is incorrectly set" error when launching Zookeeper on windows with zkServer.cmd while it is correctly set!
When I issue %JAVA_HOME% I got C:\Program Files\Java\jdk1.7.0_45 w...
Myrnamyrobalan asked 20/8, 2014 at 17:15
4
Solved
I'm new to Apache Kafka.
I've installed it into a Ubuntu Linux VM (18.04).
I've started up Zookeeper from the Kafka directory with the default configuration.
The Zookeeper looks like it started su...
Underweight asked 1/7, 2020 at 0:2
18
Solved
I'm using kafka 0.10 without zookeeper. I want to get kafka topics list. This command is not working since we're not using zookeeper:
bin/kafka-topics.sh --list --zookeeper localhost:2181. How can...
Solfatara asked 7/6, 2017 at 6:59
9
Solved
I have created the three security groups for the testing purpose on amazon aws. Now I want to delete them. But, every time I try to delete them it gives me the error:
Group XXXXXXX:testcluster is u...
Vespertilionine asked 17/8, 2013 at 12:35
3
Solved
I have installed zookeeper 3.4.9 version
and my zoo.cfg file configuration is as following
initLimit=10
syncLimit=5
dataDir=/usr/local/zookeeper/
clientPort=2181
DataLogDir=/usr/local/log/
...
Azaleah asked 30/3, 2017 at 10:12
1 Next >
© 2022 - 2024 — McMap. All rights reserved.