alibaba/Sentinel

[RFC] Sentinel Rust polyglot version

Open

#1475 aperta il 13 mag 2020

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Java (8150 fork)batch import
SoC2021area/polyglothelp wanted

Metriche repository

Star
 (23.109 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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!

Guida contributor