hujiatai opened a new pull request, #5708: URL: https://github.com/apache/shenyu/pull/5708
该处解决dubbo3.0后实例服务发现时,当默认使用注册中心的地址作为元数据中心时,无法使用到默认的元数据中心获取到接口的提供者,导致rpc失败 修改此次后当没有配置元数据中心时会使用注册中心的地址作为元数据中心 2.6.1版本启用dubbo插件时没有配置元数据中心的地址配置,后续应前后端都允许元数据中心的配置 <!-- Describe your PR here; e.g. Fixes #issueNo --> <!-- Thank you for proposing a pull request. This template will guide you through the essential steps necessary for a pull request. --> Make sure that: - [ ] You have read the [contribution guidelines](https://shenyu.apache.org/community/contributor-guide). - [ ] You submit test cases (unit or integration tests) that back your changes. - [ ] Your local test passed `./mvnw clean install -Dmaven.javadoc.skip=true`. -- 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: notifications-unsubscr...@shenyu.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org