You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/09/08 06:22:24 UTC

[GitHub] [dubbo-go] imandarava opened a new issue #1447: 使用apisix2.9 grpc 调用 tri 协议 失败提示错误 599 network connect timeout error

imandarava opened a new issue #1447:
URL: https://github.com/apache/dubbo-go/issues/1447


   参考dubbo-go 3.0 快速开始 做的测试代码 (https://dubbogo.github.io/zh-cn/docs/user/quickstart/3.0/quickstart.html)
   环境 go1.16 +nacos +apisix2.9 
   
   1.协议 tri 直接用client.go调用成功  apisix 调用失败 
   2. 协议tri 移除 server.go setConfigByAPI (改用service.yml) 用apisix 调用失败
   3. 修改协议为grpc 使用 setConfigByAPI (配置文件) 用apisix 调用 失败
   4. 修改协议为grpc 移除 server.go  setConfigByAPI (改用service.yml) 用apisix 调用 成功
   
   tri 没有测试通过  grpc 感觉配置setConfigByAPI 中 用到的 config.NewProviderConfig 有问题 ,我发现缺少 ProtocolConf 但我用 map 格式构建后 用apisix依然调用不起
   
   
   


-- 
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-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] imandarava closed issue #1447: 使用apisix2.9 grpc 调用 tri 协议 失败提示错误 599 network connect timeout error

Posted by GitBox <gi...@apache.org>.
imandarava closed issue #1447:
URL: https://github.com/apache/dubbo-go/issues/1447


   


-- 
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-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] ChangedenCZD commented on issue #1447: 使用apisix2.9 grpc 调用 tri 协议 失败提示错误 599 network connect timeout error

Posted by GitBox <gi...@apache.org>.
ChangedenCZD commented on issue #1447:
URL: https://github.com/apache/dubbo-go/issues/1447#issuecomment-918721202


   由配置未对齐造成的异常


-- 
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-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org