1-4 - 空地址
1-4 - 空地址
可能的原因
- registry.integration.RegistryDirectory 中的1-4错误是refreshInvoker过程中invokerUrls为空导致的,可以忽略。
- registry.support.CacheableFailbackRegistry 中的1-4错误可能是consumer和provider不匹配,并且关闭了“空保护”所导致。
排查和解决步骤
- 确保 Provider 和 Consumer 端的服务分组配置相对应。
- 确保 Provider 和 Consumer 端的服务版本配置相对应。
- 检查注册中心的
enable-empty-protection
是否为true(默认为true)。
另请参阅 配置项参考手册
最后修改 March 2, 2023: Fix alias forward in docs3-v2 (#2342) (f16c153559)