marker-wu commented on issue #12292:
URL: 
https://github.com/apache/shardingsphere/issues/12292#issuecomment-919824375


   > > > you guys can not conntect to the zk which luanched by docker, then 
would you please share the command you start up the zk ? @shulipeng @marker-wu 
@RaigorJiang
   > > > like `docker run blabla`
   > > 
   > > 
   > > docker run --privileged=true -d --name zookeeper --publish 2181:2181 -d 
zookeeper:latest
   > > Not only the ZK running in docker cannot be connected, but also the ZK 
manually installed on another machine cannot be connected.
   > 
   > since you can connect to zk by a ZK UI app, which mean proxy should 
connect too.... for another zk which installed on your colleagues or a server, 
did you try to connect to that zk by the ZI ZUI app ?
   > 
   > following is the screenshot of my machine
   > 
   > 
![image](https://user-images.githubusercontent.com/4112856/133400444-df341cdd-b0fc-4fd5-aff4-225c2acf0b3e.png)
   > 
   > I build a lastest proxy through the code I pull just now . and then I 
luanched up zk by docker command `docker run -dit --name zookeeper -p 2181:2181 
zookeeper:3.7.0`
   > 
   > after zk start up, I luanched the [ZKUI](https://github.com/DeemOpen/zkui) 
and proxy
   > 
   > when proxy start up, I could see the corresponding config through zkui.
   
   I can connect to ZK (my local machine and my colleague's machine) through 
the ZK client tool (ZooInspector), but the agent cannot connect to ZK


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to