zhaoyunxing92 commented on issue #1232: URL: https://github.com/apache/dubbo-go/issues/1232#issuecomment-854391503
我有两个方法 1. 我们在解析配置的时候判断下如果是nacos就引入nacos的注册中心如果其他就引入其他的(但是这样工作量有点大) 2. 不管有没有用到都添加到imports里面,但是这样内存会变大因为导入很多用不到的配置 -- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
