[GitHub] YoungHu commented on issue #1624: [Design bug] unreasonable design for register dubbo service

2018-05-16 Thread GitBox
YoungHu commented on issue #1624: [Design bug] unreasonable design for register 
dubbo service
URL: 
https://github.com/apache/incubator-dubbo/issues/1624#issuecomment-389413272
 
 
   But that is not a fully solution, I just resolved the group problem not the 
version. In my onion, we should a discussion, because this change will affect 
dubbo service registry and discovery directly.


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:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] YoungHu commented on issue #1624: [Design bug] unreasonable design for register dubbo service

2018-05-14 Thread GitBox
YoungHu commented on issue #1624: [Design bug] unreasonable design for register 
dubbo service
URL: 
https://github.com/apache/incubator-dubbo/issues/1624#issuecomment-389040288
 
 
   @EdwardLee03 Yeah, our solution is to change the 
ZookeeperRegistry.toServicePath(URL) implementation, for our company use  
`group` more frequent than `version`, so our zk path like 
this(`interface:group`). for community version, I have two suggestion. the 
first, change the zk path to `interface:group:version`; the second, don't 
change zk path, just filter the zk item under `interface` path  


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:
us...@infra.apache.org


With regards,
Apache Git Services

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