ssfyn opened a new issue, #3051:
URL: https://github.com/apache/dubbo-go/issues/3051

   ### ✅ 验证清单
   
   - [x] 🔍 我已经搜索过 [现有 
Issues](https://github.com/apache/dubbo-go/issues),确信这不是重复问题
   
   ### 🚀 Go 版本
   
   1.23.0
   
   ### 📦 Dubbo-go 版本
   
   v3.3.0
   
   ### 🖥️ 服务端配置
   
   Dubbo-go, v3.1.1-rc1
   
   ### 💻 客户端配置
   
   Dubbo-go, v3.3.0
   
   ### 🌐 协议配置
   
   triple
   
   ### 📋 注册中心配置
   
   zookeeper
   
   ### 💾 操作系统
   
   🍎 macOS
   
   ### 📝 Bug 描述
   
   dubbo-go3.3作为client在调用dubbo-go3.1的服务时有可能没有兼容接口级注册。
   调用接口时提示该错误:
   Failed to invoke the method XXXXXX. No provider available for the service
   
在github.com/dubbogo/[email protected]/database/kv/zk/client.go各个函数入口处打算点发现,在报这个错误之前仅查询过zookeeper的/dubbo/mappings/xxxxx节点,在此之后就没查询过其他zk节点了,看文档这个好像是应用级服务注册才有的节点,接口级的注册在mappings中没有节点
   
   ### 🔄 重现步骤
   
   1. 找一个使用了v3.1.1-rc1通过接口级注册的服务作为server
   2. 使用v3.3.0作为client调用
   
   ### ✅ 预期行为
   
   不报错
   
   ### ❌ 实际行为
   
   Failed to invoke the method XXXXXX. No provider available for the service
   
   ### 💡 可能的解决方案
   
   _No response_


-- 
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]

Reply via email to