We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
策略
首先探测同一命名空间内的服务,如果失败,依次探测其他命名空间的服务(通过Proxy)。
通过配置文件,指定目标路由的命名空间。
优先探测访问同一命名空间的路由,如果失败,则访问proxy,proxy内部探测其他命名空间的路由。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
跨命名空间服务调用解决方案
支持功能
策略
,首先访问local,如果失败则访问remote讨论方案
路由自动探测方案
首先探测同一命名空间内的服务,如果失败,依次探测其他命名空间的服务(通过Proxy)。
强路由配置方案
通过配置文件,指定目标路由的命名空间。
缺陷
就近访问+自动探测路由方案
优先探测访问同一命名空间的路由,如果失败,则访问proxy,proxy内部探测其他命名空间的路由。
The text was updated successfully, but these errors were encountered: