[GitHub] [dubbo] evancyz commented on issue #4864: 2.7.3 使用Nacos作为服务中心的时候,服务如果没有配置group,会导致服务发现失败

2019-10-11 Thread GitHub
没人回复嘛。。。

[ Full content available at: https://github.com/apache/dubbo/issues/4864 ]
This message was relayed via gitbox.apache.org for 
notifications@dubbo.apache.org

-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

[GitHub] [dubbo] evancyz commented on issue #4864: 2.7.3 使用Nacos作为服务中心的时候,服务如果没有配置group,会导致服务发现失败

2019-08-20 Thread GitHub
后来想了个方案 像zk里注册了两个服务:
```
   
   
```
在 zk 的 注册那边 注册的是两个服务
```
dubbo://10.xx.218.7:20779/com.xx.xx.api.service.XXService?xxx
dubbo://10.xx.218.7:20779/com.xx.xx.api.service.XXService2?xxx&group=test

```

然后用 `nacos-sync` 做同步的时候,都是ok的
项目启动的check也是ok的


可是调用的时候,用test的那个group,就报错了。估计也是服务重了,内部名字没匹配,绝望了,都是bug。。感觉不是很想用nacos的注册中心了

```
com.alibaba.dubbo.remoting.RemotingException: Not found exported service: 
test/com.xx.api.service.XXService:1.0.0:20779 in 
[test/com.piaoniu.xx.api.service.XXService2:1.0.0:20779, 
com.xx..api.service.XXService:1.0.0:20779], may be version or group mismatch 
```










[ Full content available at: https://github.com/apache/dubbo/issues/4864 ]
This message was relayed via gitbox.apache.org for 
notifications@dubbo.apache.org

-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

[GitHub] [dubbo] evancyz commented on issue #4864: 2.7.3 使用Nacos作为服务中心的时候,服务如果没有配置group,会导致服务发现失败

2019-08-18 Thread GitHub
我们线上的服务 group都是空的,
看起来  现在的dubbo release版本,都没有修复这个问题
除了魔改一把,不然nacos上不了了


[ Full content available at: https://github.com/apache/dubbo/issues/4864 ]
This message was relayed via gitbox.apache.org for 
notifications@dubbo.apache.org

-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org