-
The names of the zookeepers should be organized in an excel sheet. It should be read and used to populate the database on request. (shopper, and in the future and admin, will click a button)
The ex…
-
## Problem Description
Using Docker to start the server, the instance was not created successfully.
```bash
docker run -d ^
--name canal-server ^
--restart always ^
-p 11111:11111 ^
--p…
-
i'm using 3 nodes of bookkeeper and then suddenly the error occure show recovery log is missing, how to trace the problem , how to solve this issue ?
java.io.IOException: Recovery log 1693588482171…
-
Currently `ZOOKEEPER_SERVER_ID` needs to be set otherwise container will fail to start.
Because `ZOOKEEPER_SERVER_ID` used as a template to fulfill zookeeper's `myid` file.
![image 1](https://user-i…
-
### Proposal
type nerveMember struct {
Host string `json:"host"`
Port int `json:"port"`
Name string `json:"name"`
}
I hope Zookeeper can support tags other than these three
-
**todo:** AFAIK, this will run EVERY time ZooKeeper scales, is that correct? Do we want this behavior?
_Originally posted by @marcoppenheimer in https://github.com/canonical/kafka-ope…
-
First, thanks for this Ansible role!
I am wondering if the newer Kafka in KRaft mode supported, as the README mentions Apache ZooKeeper as a requirement.
It would be great if support for the newer…
-
Hi,
We decided to use Zookeeper r3.5.3-beta with SSL support for our cluster.
I have been trying to configure the [zookeeper] section to use SSL support.
I have tried with client-profile="tlsclient…
-
I was investigating this project at the end of 2018 and found an issue which had some example code to add TLS support for the Zookeeper connection. However, I cannot seem to find it anymore and was wo…
-