api-gateway实践(13)新服务网关 - SpringCloud Zuul
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了api-gateway实践(13)新服务网关 - SpringCloud Zuul相关的知识,希望对你有一定的参考价值。
一、两种方式
1、原生zuul扩展
2、SpringCloud Zuul
二、比较差异
1、心跳检测(欠缺)
2、断路保护(欠缺)
3、智能路由(简单)
4、监控方式(待研究)
以上是关于api-gateway实践(13)新服务网关 - SpringCloud Zuul的主要内容,如果未能解决你的问题,请参考以下文章
api-gateway实践(15)新服务网关 -运行环境搭建
api-gateway实践新服务网关 - 测试发布(服务端API)
api-gateway实践(12)新服务网关 - path变量