>From my testing,
i find that Multiple registries have below problems, with springboot. cannot
reference the same name service from different registries.
Sample:
@Reference(registry = {"registry1"}, version = "1.0.0", cluster = "broadcast")
private DemoService demo2Service;
@Reference(registry = {"registry2"}, version = "1.0.0", cluster =
"broadcast")
private DemoService demoService;
And we can find that
(1): service providers for (demoService and demo2Service) are only from
registry1.
or
(2): service providers for (demoService and demo2Service) are only from
registry2.
it depends on which one demo2Service or demoService load first.
That is so different from xml config instead of springboot.
please see my #415 description.
I believe that you can do the simple samples and you will find the problems.
[ Full content available at:
https://github.com/apache/incubator-dubbo-spring-boot-project/issues/473 ]
This message was relayed via gitbox.apache.org for
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]