rate-limiter

command module
v0.1.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 19, 2018 License: Apache-2.0 Imports: 2 Imported by: 0

README

rate-limiter简介

基于Raft算法构建的分布式限流服务
支持的限流策略:

  • 任意时刻max-inflight请求数不超过阈值
  • 一段时间内的访问次数限制, 类似于2000次/小时这样的

特性

  • 基于Raft算法分布式部署,多结点间数据强一致,可用性较高
  • 最快微秒级响应(纯内存模式)
  • 支持接口粒度的差异化控制
  • 支持多种语言SDK
  • 支持命令行工具管理资源

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
g
sdk

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL