Reactor-Guice 是基于 Reactor-Netty 和 Guice 整合的微服务框架 0.0.8 功能更新如下 1. API 网关模式,通过自定义的 Dispatcher 转发请求,可 Filter 过滤 可以自行通过 Etcd 来保存 dispatcher 的对应关系
ReactorGuiceServer.create()
.bind(host, port)
.setApiGatewayDispatcher(new MyApiGate...
新闻来源:
Reactor-Guice 0.0.8 发布 ,支持 API 网关模式、跨域请求