kimmking commented on issue #1955: 跨group调用 URL: https://github.com/apache/incubator-dubbo/issues/1955#issuecomment-397870216 You can't invoke services between groupA and groupB. Until now, one group is designed to be an independent and isolated cluster, cause in a registry center a group has a root path that is not the same one from another. The a consumer will never see a provider in other group. In your case, the provider in group A send its metadata to zk in path /A/.... And then the consumer in group B will fetch metadata from zk in path /B/.... So consumer can't find demoService provider.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
