-
Notifications
You must be signed in to change notification settings - Fork 222
using zuul
liubao edited this page Jul 4, 2022
·
1 revision
早期的Spring Cloud版本使用Zuul作为网关,后来发展了Spring Cloud Gateway,在选型上,建议用户使用 Spring Cloud Gateway,这样能够得到更好的技术支持和框架配套。
如果用户使用Zuul,需要配套Spring Cloud Hoxton版本使用,Spring Cloud Huawei 提供了一个 使用Zuul作为网关的例子 。
需要注意,Spring Cloud Huawei没有给Zuul提供服务治理的适配和路由管理相关的适配,仅仅提供了注册发现和动态配置的支持。
-
使用Spring Cloud Huawei功能
-
使用服务治理
-
生态集成
-
迁移改造问题
-
配置参考
-
优秀实践
-
常见问题