-
This is a minimal example, the deployment should be tuned.
```
apiVersion: v1
kind: ConfigMap
metadata:
name: burrow-config
data:
burrow.toml: |
[zookeeper]
servers=[ "{{cluster}}…
-
Is this like zookeeper?
-
**BUG REPORT**
***Describe the bug***
Error reported after restarting the bookkeeper node. Due to being a Kubernetes environment, it was successfully started after being restarted x times.
Why …
-
### Description
Here is the case, a zookeeper cluster that some zookeeper instances plays as participants, some play as observers.
For example, a zookeeper cluster with 7 zookeeper nodes, 3 of th…
-
Hi
How To setup or arrange test before , when Arrange test ? Example here. I need To start zookeeper before test kafka
```
def test_zookeeper_service(host):
host.run('sudo systemctl start zo…
spham updated
2 years ago
-
There is the same issue here, but it has been closed and has been reposted.
I followed the guide, and I got to the Pod's starting state normally.
However, the pod status fails.
NAME READY …
-
Pasted the snippet of config from WD doc and have some doubt. The below config has to be configured both in primary & remote metastores?
**In addition, all metastores need to use the Zookeeper shar…
-
I can't run the second node, seems the BROKER_ID is not correctly recognized.
On the command line I set it to 1, within Docker it's suddenly 0.
```
#docker run \
> --name=kafka2 \
> -p 90…
-
when I use while foreach the get and getchildren function, It is error...
PHP Fatal error: Non-static method Zookeeper::get() cannot be called statically in /root/source/EdjZkConfig.php on line 68
…
-
I deployed druid using helm from repository using commands from `https://github.com/apache/druid/tree/master/helm/druid` and got it deployed successfully but when I created a task with following spec
…