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



##########
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:
       I think it should be info, because if the user do not config the config 
center, it is right that config center does not start.




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