You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.
Hello,
i use zetcd with docker.
i have configured zookeeper_id of kafka to '192.168.1.110'
i have configured initial-cluster of etcd to 'etcd1=http://192.168.1.110:2380'
then i start the zetcd, etcd and kafka, it works, but~~
as i set more etcd-servers in initial-cluster, something like:
'etcd1=http://192.168.1.110:2380, etcd2=http://192.168.1.111:2380,etcd3=http://192.168.1.112:2380'
then kafka cannot connect to the etcd with:
'org.I0Itec.zkclient.exception.ZkTimeoutException: Unable to connect to zookeeper server '192.168.1.110:2181' with timeout of 10000 ms'
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
i use zetcd with docker.
i have configured zookeeper_id of kafka to '192.168.1.110'
i have configured initial-cluster of etcd to 'etcd1=http://192.168.1.110:2380'
then i start the zetcd, etcd and kafka, it works, but~~
as i set more etcd-servers in initial-cluster, something like:
'etcd1=http://192.168.1.110:2380, etcd2=http://192.168.1.111:2380,etcd3=http://192.168.1.112:2380'
then kafka cannot connect to the etcd with:
'org.I0Itec.zkclient.exception.ZkTimeoutException: Unable to connect to zookeeper server '192.168.1.110:2181' with timeout of 10000 ms'
The text was updated successfully, but these errors were encountered: