-
Pre-check
Apache Dubbo ComponentJava SDK (apache/dubbo) DetailsPrerequisite: Question: Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
See Consumer relies on service DemoService, Consumer will consume both A and B as long as there are available instances for A and B and both A and B export DemoService. This guarantees smooth migration. The only way for Consumer to only consumes B is to let A not export DemoService, Consumer is able to find that and send all traffics to B. |
Beta Was this translation helpful? Give feedback.
-
Yes
Yes, consumer will do that and find out the instances that provides the service. |
Beta Was this translation helpful? Give feedback.
Yes
Yes, consumer will do that and find out the instances that provides the service.