Sentinel网关限流应用
1.启动Sentinel控制台
cd /usr/local/src
java -jar sentinel-dashboard-1.7.0.jar
2.实现网关流控
1)依赖配置
加入sentinel依赖和gateway、sentinel集成依赖,gateway和不能使用,必须使用webflux依赖,sentinel具有feign支持所以需要添加openfeign依赖
2)修改配置文件
配置控制台地址和sentinel客户端IP(即本机IP),配置文件打开 Sentinel 对 Feign 的支持:feign.sentinel.enabled=true,配置路由
3)测试网关限流
启动Direct-Sentinel、Sentinel-Gateway客户端,浏览器访问Sentinel控制台http://192.168.8.81:8080/
访问http://localhost:8082/waita,查看控制台的簇点链路,会出现配置的路由direct
查看实时监控可以看到14:07访问了六次网页均通过,14:08访问了四次均通过