sofastack / sofa-rpc-node

SOFARPC Node is a high-performance, high-extensibility, production-level Nodejs RPC framework.
MIT License
612 stars 64 forks source link

参照demo ,一直报一个错。 #26

Closed RajanZhan closed 5 years ago

RajanZhan commented 5 years ago

2018-11-25 11:23:47,345 WARN 8708 nodejs.ResponseTimeoutError: register to channel: SofaRpcRegistry@127.0.0.1:2181 failed, will retry after 3s, Server no response in 3000ms, address#127.0.0.1:7777

直连模式可以调用,但是使用 ZookeeperRegistry 就一直报上面的错

gxcsoccer commented 5 years ago

zk 启动了吗?

gxcsoccer commented 5 years ago
$ brew install zookeeper
$ zkServer start
gxcsoccer commented 5 years ago

我会在文档上补充说明下,先要启动 zookeeper

gxcsoccer commented 5 years ago

https://github.com/alipay/sofa-rpc-node/pull/27/files#diff-04c6e90faac2675aa89e2176d2eec7d8R54