Alanxtl opened a new issue, #767: URL: https://github.com/apache/dubbo-go-pixiu/issues/767
### ✅ 验证清单 - [x] 🔍 我已经搜索过 [现有 Issues](https://github.com/apache/dubbo-go-pixiu/issues),确信这不是重复请求 - [x] 📋 我已经查看了 [发布说明](https://github.com/apache/dubbo-go-pixiu/releases),确信此功能尚未实现 ### 🎯 功能描述 需要兼容矩阵,以测试不同版本的pixiu和不同版本的dubbo-go的兼容性 根据用户反映develop分支不支持dubbo2.5.3的后端服务 ```log --- 准备发送请求 --- 请求地址: http://10.33.3.18:31371/envoy-dubbo-provider/io.sermant.dubbo.provider.agentlimit.RateLimitDemoService/processRequest 请求方法: POST 请求体: {"types":"java.lang.String","values":["hello from java 8 http client"]} -------------------- --- 收到响应 --- 响应状态码: 504 响应体: client call timeout err: Failed to invoke the method $invoke. No provider available for the service dubbo://:@:/?interface=io.sermant.dubbo.provider.agentlimit.RateLimitDemoService&group=rate-limit-demo&version=1.0.0 from registry service-discovery-registry://zookeeper-test:9000?registry=zookeeper®istry.group=®istry.label=true®istry.namespace=®istry.preferred=false®istry.role=0®istry.timeout=3s®istry.ttl=15m®istry.weight=0®istry.zone=&remote-client-name=dubbo.registries-zookeeper-zookeeper-test%3A9000&simplified=false on the consumer 10.233.76.159 using the dubbo version 3.1.1 .Please check if the providers have been started and registered.Occur An Unexpected Err: runtime error: invalid memory address or nil pointer dereference [zk: zookeeper-test:9000(CONNECTED) 0] ls /dubbo/io.sermant.dubbo.provider.agentlimit.RateLimitDemoService/providers [dubbo%3A%2F%2F10.233.76.137%3A20880%2Fio.sermant.dubbo.provider.agentlimit.RateLimitDemoService%3Fanyhost%3Dtrue%26application%3Denvoy-dubbo-provider%26dispatcher%3Dmessage%26dubbo%3Dapp%26group%3Drate-limit-demo%26interface%3Dio.sermant.dubbo.provider.agentlimit.RateLimitDemoService%26methods%3DprocessRequest%26owner%3Dprogrammer%26pid%3D1%26revision%3Dapp%26serialization%3Dhessian2%26side%3Dprovider%26threadpool%3Dfixed%26threads%3D300%26timeout%3D5000%26timestamp%3D1754316479627%26version%3D1.0.0] zk节点是有的 ``` ### 📋 使用场景 使用时 ### ⚖️ 复杂性与风险评估 _No response_ ### 🔗 外部依赖 _No response_ ### 📚 附加信息 _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]
