You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/04/17 09:46:05 UTC

[GitHub] levin950825 opened a new issue #111: zookeeper配置无效?

levin950825 opened a new issue #111: zookeeper配置无效?
URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/111
 
 
   使用 zookeeper 做注册中心,  提供者发布到服务器后使用的是 `zookeeper://localhost:2181` 消费者 使用的是服务器IP `192.168.0.1` 消费者无法获取提供者。
   ``` 
   dubbo.registry.address=zookeeper://192.168.0.1:2181
   dubbo.application.id=battcn-consumer-bookstore
   dubbo.application.name=battcn-consumer-bookstore
   dubbo.application.qos-port=22223
   ```
   
   还有是否可以补全一个zk的案例,现在感觉该项目无法运用在生产中。

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services