zrlw commented on pull request #8662: URL: https://github.com/apache/dubbo/pull/8662#issuecomment-911480360
ReferenceConfig.java ``` // TODO, uncomment this line once service key is unified serviceMetadata.setServiceKey(URL.buildKey(interfaceName, group, version)); ``` 一个工程如果有多个Reference引用同一个服务接口,配置的回调onXXX各自不同,ReferenceConfig只存一份consumerModel是搞不定的 -- 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]
