wucheng1997 opened a new issue, #10524: URL: https://github.com/apache/dubbo/issues/10524
<!-- If you need to report a security issue please visit https://github.com/apache/dubbo/security/policy --> - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ## Ask your question here 版本dubbo-3.1.0 Proxyless 模式 使用的时候发现dubbo并不支持istio与envoy之间的一些流量治理规则,类似于超时重试,负载均衡等 `` apiVersion: networking.istio.io/v1beta1 kind: VirtualService metadata: name: vs-dubbo-samples-xds-provider namespace: dubbo-proxyless spec: http: - route: - destination: host: dubbo-samples-xds-provider.dubbo-proxyless.svc.cluster.local port: number: 80 timeout: 9s retries: attempts: 3 perTryTimeout: 3s `` 参考配置如上,请教一下,是目前dubbo不支持相应的功能,还是使用方式和传统的istio Sidecar,目前没有看到相关文档 -- 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]
