Aetherance opened a new issue, #805: URL: https://github.com/apache/dubbo-go-pixiu/issues/805
### ✅ 验证清单 - [x] 🔍 我已经搜索过 [现有 Issues](https://github.com/apache/dubbo-go-pixiu/issues),确信这不是重复问题 ### 🚀 Go 版本 1.25.3 ### 📦 Dubbo-go-pixiu 版本 develop ### 🖥️ 服务端配置 dubbo-go,v3.1.1 ### 💻 客户端配置 dubbo-go,v3.1.1 ### 🌐 协议配置 triple dubbo ### 📋 注册中心配置 zookeeper v3.9 ### 💾 操作系统 🐧 Linux ### 📝 Bug 描述 pixiu 似乎目前不支持 application mode 服务发现 而 dubbo triple 默认使用 application mode 进行服务发现 这可能导致pixiu无法找到dubbo服务,导致tools/benchmark中的测试无法通过 ### 🔄 重现步骤 运行benchmark报错 ``` Expected <string>: 404 Not Found to equal <string>: 200 OK In [It] at: /home/ink/Code/dubbo-go-pixiu/tools/benchmark/test/dubbo_suite/dubbo_test.go:158 ``` ### ✅ 预期行为 benchmark测试通过 ### ❌ 实际行为 ``` Expected <string>: 404 Not Found to equal <string>: 200 OK In [It] at: /home/ink/Code/dubbo-go-pixiu/tools/benchmark/test/dubbo_suite/dubbo_test.go:158 ``` ### 💡 可能的解决方案 修改config 让dubbo triple也使用pixiu支持的interface模式 -- 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]
