You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/04/12 11:20:33 UTC

[GitHub] [dubbo-go] beiwei30 opened a new issue #1151: router from CONF_ROUTER_FILE_PATH doesn't take affect.

beiwei30 opened a new issue #1151:
URL: https://github.com/apache/dubbo-go/issues/1151


   <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
   
   -->
   
   
   **What happened**:
   
   If router comes from CONF_ROUTER_FILE_PATH, it will not be built into router chain at all.
   
   ```golang
   		case remoting.EventTypeAdd, remoting.EventTypeUpdate:
   			logger.Infof("selector add service url{%s}", event.Service)
   			if u != nil && constant.ROUTER_PROTOCOL == u.Protocol {
   				dir.configRouters()
   			}
   			return dir.cacheInvoker(u), nil
   ```
   **What you expected to happen**:
   
   **How to reproduce it (as minimally and precisely as possible)**:
   
   **Anything else we need to know?**:
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] AlexStocks closed issue #1151: router from CONF_ROUTER_FILE_PATH doesn't take affect.

Posted by GitBox <gi...@apache.org>.
AlexStocks closed issue #1151:
URL: https://github.com/apache/dubbo-go/issues/1151


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org