huangjun0124 commented on issue #2006: URL: https://github.com/apache/dubbo-go/issues/2006#issuecomment-1207629486
> actually the thing is that we are using istio to match dubbo service, this url param is set like this because we designed to have a service named this. now the service is not yet started when dubbogo starts, so it directly panic. we can prevent this error by starting the provider first, then consumer starts ok. but, this will depend on service schedule sequence which is not really acceptable in practive. besides, if we have two service depends on each other(consumer for each other), this two will never be able to start due to startup panic by setting dubbogo url this way. The java version of dubbo works fine in this situation -- 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]
