eagleRong
eagleRong
` } if (this.childWatchers[watcherEvent.path]) { emitters.push(this.childWatchers[watcherEvent.path]); delete this.childWatchers[watcherEvent.path]; } break; default: throw new Error('Unknown event type: ' + watcherEvent.type); } if (emitters.length < 1) { return; } event = Event.create(watcherEvent);...
在文件WatcherManager.js中
``` { application:{name:'rd-web'},//应用信息,用于计算依赖关系 dubboVer:'2.5.3',//dubbo版本 root:'dubbo',//注册到zk上的根节点,默认为dubbo register:'192.168.8.111:2181',//zookeeper地址 dependencies:{//接口依赖 HomeService:{interface:'com.mmia.rd.common.service.HomeService',timeout:1000}, SolrService:{interface:'com.mmia.rd.common.service.SolrService',timeout:1000} } ``` 对吗 还是报那个