-
I'm using DC/OS Version 1.10.0 with dcos-flink-2-11:1.3.1-1.1
Flink is configured to run in HA mode.
high-availability=zookeeper
high-availability.zookeeper.quorum=ctrl1.filio.bg:2181,ctrl2.fili…
fil1o updated
6 years ago
-
https://github.com/humio/ansible-zookeeper/blob/da5fa67f36c74c58778512664e5478700c0b1872/defaults/main.yml#L2
https://archive.apache.org/dist/zookeeper/zookeeper-3.4.14/
It's not clear to me why…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package ecosystem
maven
### Package manager version
_No response_
### Language version
Java …
-
Original issue here
https://github.com/confluentinc/cp-docker-images/issues/608
But, this repo is now the appropriate place for it? I think.
Context:
Would like to use CP docker images to dep…
-
Is there a reason why you did not use zookeeper as outlined in the `mutliple Mesos` section https://github.com/docker/swarm/blob/master/cluster/mesos/README.md#start-the-docker-swarm-manager since you…
-
In our environment, we want to separate the zookeeper cluster used by mesos masters from the zk used to store schedulers data.
It would be a nice improvement to allow to use separate zookeepers clust…
-
zk集群中,有3种角色,分别是`Leader`、`Fllower`和`Observer`。
## 1 Leader
Leader服务器是整个zk集群的核心,主要工作是如下两个:
- 1、事务请求的唯一调度者和处理者,保证集群中事务处理的顺序性。
- 2、集群内部各服务器的调度者。
使用`责任链模式`来处理客户端请求是zk服务器的一大特色,每个服务器启动的时候,都会进行请求处理…
-
```
kind: Deployment
apiVersion: apps/v1
metadata:
name: kafka-broker
...
- name: KAFKA_ZOOKEEPER_CONNECT
value: zookeeper:2181
...
```
If namePrefix in kus…
-
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 :-
…
-
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