AlexStocks commented on a change in pull request #1548:
URL: https://github.com/apache/dubbo-go/pull/1548#discussion_r739143367



##########
File path: cluster/router/v3router/router_chain.go
##########
@@ -48,10 +48,11 @@ func NewUniformRouterChain() (router.PriorityRouter, error) 
{
        // 1. add mesh route listener
        r := &RouterChain{}
        rootConfig := config.GetRootConfig()
-       dynamicConfiguration, err := 
rootConfig.ConfigCenter.GetDynamicConfiguration()
-       if err != nil {
-               return nil, err
+       if rootConfig.ConfigCenter.DynamicConfiguration == nil {
+               logger.Infof("Config center does not start, please check if the 
configuration center has been properly configured in dubbogo.yml")

Review comment:
       the log level maybe should be warn?




-- 
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]

Reply via email to