alibaba/Sentinel

[RFC] Sentinel Rust polyglot version

Open

#1,475 创建于 2020年5月13日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Java (23,109 star) (8,150 fork)batch import
SoC2021area/polyglothelp wanted

描述

Issue Description

Type: feature request

Describe what happened (or what feature you want)

Implement Sentinel in Rust, including basic statistic and flow control functionalities. Some expected features:

  • Basic statistic structure (sliding window that can achieve high concurrency and accuracy)
  • Rate limiting (based on sliding window, token bucket or leaky bucket algorithm)
  • Circuit breaking
  • Metrics interface that can pump real-time metrics to outside consumer
  • Embedded API server (HTTP-based)

Discussions and contributions are welcomed!

贡献者指南