Closed cifaz closed 5 years ago
Pls. provide [GitHub address] to reproduce this issue.
No response or listner for the app condition router
We add the app condition router, it should be invoke in routerChain.route, The reason is ZookeeperDynamicConfiguration
rootPath = "/" + url.getParameter(CONFIG_NAMESPACE_KEY, DEFAULT_GROUP) + "/config"; Tips: CONFIG_NAMESPACE_KEY = org.apache.dubbo.configcenter.Constants.CONFIG_NAMESPACE_KEY = config.namespace (dubbo-configcenter-api)
But the zookeeper config is dubbo.config-center.namespace = dubbo, If I change to my own config, em, dubbo.config-center.namespace = dev, It cannot work
2.7.3已修复
Fxied in 2.7.3, and will be released in few days.
Environment
Steps to reproduce this issue
Pls. provide [GitHub address] to reproduce this issue.
Expected Result
No response or listner for the app condition router
Actual Result
We add the app condition router, it should be invoke in routerChain.route, The reason is ZookeeperDynamicConfiguration
But the zookeeper config is dubbo.config-center.namespace = dubbo, If I change to my own config, em, dubbo.config-center.namespace = dev, It cannot work