alibaba/Sentinel

[RFC] Sentinel Rust polyglot version

Open

#1 475 ouverte le 13 mai 2020

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Java (8 150 forks)batch import
SoC2021area/polyglothelp wanted

Métriques du dépôt

Stars
 (23 109 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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!

Guide contributeur