@@ -74,7 +74,7 @@ Zuul 主要通过过滤器(类似于 AOP)来过滤请求,从而实现网
74
74
75
75
![ Zuul2 架构] ( https://oscimg.oschina.net/oscnet/up-4f9047dc9109e27f9fced1b365e2b976e9d.png )
76
76
77
- - Github 地址 : < https://github.com/Netflix/zuul >
77
+ - GitHub 地址 : < https://github.com/Netflix/zuul >
78
78
- 官方 Wiki : < https://github.com/Netflix/zuul/wiki >
79
79
80
80
### Spring Cloud Gateway
@@ -89,7 +89,7 @@ Spring Cloud Gateway 不仅提供统一的路由方式,并且基于 Filter 链
89
89
90
90
Spring Cloud Gateway 和 Zuul 2.x 的差别不大,也是通过过滤器来处理请求。不过,目前更加推荐使用 Spring Cloud Gateway 而非 Zuul,Spring Cloud 生态对其支持更加友好。
91
91
92
- - Github 地址 : < https://github.com/spring-cloud/spring-cloud-gateway >
92
+ - GitHub 地址 : < https://github.com/spring-cloud/spring-cloud-gateway >
93
93
- 官网 : < https://spring.io/projects/spring-cloud-gateway >
94
94
95
95
### Kong
@@ -117,7 +117,7 @@ $ curl -X POST http://kong:8001/services/{service}/plugins \
117
117
118
118
![ ] ( https://oss.javaguide.cn/github/javaguide/system-design/distributed-system/api-gateway/kong-gateway-overview.png )
119
119
120
- - Github 地址: < https://github.com/Kong/kong >
120
+ - GitHub 地址: < https://github.com/Kong/kong >
121
121
- 官网地址 : < https://konghq.com/kong >
122
122
123
123
### APISIX
@@ -143,7 +143,7 @@ APISIX 同样支持定制化的插件开发。开发者除了能够使用 Lua
143
143
144
144
![ ] ( https://oscimg.oschina.net/oscnet/up-a240d3b113cde647f5850f4c7cc55d4ff5c.png )
145
145
146
- - Github 地址 :< https://github.com/apache/apisix >
146
+ - GitHub 地址 :< https://github.com/apache/apisix >
147
147
- 官网地址: < https://apisix.apache.org/zh/ >
148
148
149
149
相关阅读:
@@ -161,7 +161,7 @@ Shenyu 是一款基于 WebFlux 的可扩展、高性能、响应式网关,Apac
161
161
162
162
Shenyu 通过插件扩展功能,插件是 ShenYu 的灵魂,并且插件也是可扩展和热插拔的。不同的插件实现不同的功能。Shenyu 自带了诸如限流、熔断、转发 、重写、重定向、和路由监控等插件。
163
163
164
- - Github 地址: < https://github.com/apache/incubator-shenyu >
164
+ - GitHub 地址: < https://github.com/apache/incubator-shenyu >
165
165
- 官网地址 : < https://shenyu.apache.org/ >
166
166
167
167
## 参考
0 commit comments