转载

Fabio v1.4beta1 发布, 一个负载均衡 HTTP(S) 路由器

Fabio v1.4beta1 发布, 一个负载均衡 HTTP(S) 路由器

Fabio 由 eBay Classifieds Group 开发, 用于处理 marktplaats.nl 和 kijiji.it 的流量。Marktplaats 所有的流量都经过Fabio ,每秒有数千个请求,分发于数个Fabio 实例。但我们并没有观察到任何延迟。

特性:

  • Go 语言单一二进制,没有额外的依赖。
  • Zero-conf
  • 通过后台观察器热重载路由表
  • 轮转和随机分布
  • Traffic Shaping (send 5% of traffic to new instances)
  • Graphite metrics
  • 请求跟踪
  • WebUI
  • 快速
  • v1.0.4: 支持 SSL 客户端证书身份认证 (see proxy.addr in fabio.properties)
  • v1.0.5: X-Forwarded-For and Forwarded header support
  • v1.0.5: 支持 Websocket (实验性)

更新日志

  • Add generic TCP proxy support.
  • Add support for ReadTimeout and WriteTimeout for the TCP and the TCP+SNI proxy.
  • Add integration tests for the TCP and TCP+SNI proxy.
  • Update the demo server to provide a TCP server.
  • Add a tcptest package for generic TCP server testing.

下载

本站原创,转载时保留以下信息:
本文转自:深度开源(open-open.com)
原文地址:http://www.open-open.com/news/view/634eaf32

正文到此结束
Loading...