-
I am running burrow 1.1.0 with kafka 0.11 and zookeeper 3.4.5. I can run a "curl http://127.0.0.1:8000/v3/kafka/local/consumer" right after I start burrow, and see all the groups. But if I run a "curl…
edgan updated
2 months ago
-
with higher gcc version, old code may easy fail to compile because of more strict flags given from gcc by default.
here are few know problems:
- zookeeper c client:
- libcppunit change: https…
-
Hi,
Could you guys give me a hand to run the demo version of CACAO?
I tried to deploy it version but faced some issues during the build:
```bash
cacao@P7031:~/docker$ git clone https://githu…
-
-
Anyone can help me around with the producer and consumer commands for externally accessing the kafka-service ?
Tried using this command from outside the kubernetes cluster to create a topic :-
…
-
A line towards the end of cleanup.sh causes the script to error out if no ZooKeeper process is running on the box:
```
$ ./cleanup.sh
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | j…
-
Hi, i run eventuate-cdc in docker-compose provided by example.
when i run on mac machine no issue.
when i run on centos machine when i inspect the log got this
```
#######
# # # …
-
### Description
The `skipACL` property is set to yes in `zoo.cfg`, see:
https://github.com/pravega/zookeeper-operator/blob/b1519aec85c52bd946eaa91b4bcf58e1767210f2/pkg/zk/generators.go#L250
Thi…
-
```
name: "Global Variables"
vars:
version: "1.7.0"
zk_host: {{ vars.zookeeper | join:" " }}
java_version: {{ vars.version }}
```
where `{{ vars.zookeeper }}` is the reference to inventory hos…
-
yum update -y #安装更新,静等安装完毕~如果等不耐烦
cd ~ && mkdir cavacn && cd cavacn
yum install java-1.7.0-openjdk.x86_64 -y #安装JDK
wget http://apache.fayea.com/zookeeper/zookeeper-3.4.6/zookeeper-3.4.6.tar.gz #安装zoo…