1 Star 0 Fork 2

justinlxf / resty-gateway

forked from 铁匠 / resty-gateway 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
铁匠 提交于 2020-04-28 00:30 . upgrade: 代码重构。插件化设计

resty-gateway

github: https://github.com/fengjx/resty-gateway

基于openresty + etcd实现的网关服务

依赖

整体架构

整体架构

服务启动时,将自己的节点信息注册到etcd,包括:服务名称、ip、端口

网关服务从etcd监听服务节点信息,保存到缓存中,从客户端请求的url中提取服务名称,通过服务名称查找节点信息,将请求转发到后端服务

todo

  • 服务发现,动态路由
  • 自动生成requestId,方便链路跟踪
  • 动态ip防火墙
  • 限流器
  • 用户登录认证
  • 接口协议加解密

文档

详细文档查看:https://blog.fengjx.com/openresty/gateway.html

Lua
1
https://gitee.com/justinlxf/resty-gateway.git
git@gitee.com:justinlxf/resty-gateway.git
justinlxf
resty-gateway
resty-gateway
master

搜索帮助