zrlw commented on PR #14201: URL: https://github.com/apache/dubbo/pull/14201#issuecomment-2116541086
The process of creating dubboReference of serivce A: 1. Obtain all application names corresponding to conditions (for nacos: dataId="com.test.InterfaceXXX", group="mapping") from the metadata center. 2. Query all instances under all application names obtained by step 1 from registry center. 3. Loop through all the instances obtained by step 2, if metadata type is local, then connect to the corresponding service to retrieve the metadata. At here, it will try to build connection to service B, after 3 seconds, the reference creation will be failed by RemotingException. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
