alibaba/Sentinel

Improve Sentinel C++ version

Open

#741 opened on May 8, 2019

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Java (8,150 forks)batch import
area/polyglothelp wantedkind/enhancement

Repository metrics

Stars
 (23,109 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Issue Description

Type: enhancement

Describe what feature you want

Currently Sentinel C++ contains basic statistic and flow control features. We need to improve it and add more cool features. Some expected features:

  • Circuit breaking
  • Adaptive system protection
  • Parameter flow control (based on LRU and token bucket)
  • Token client for cluster flow control
  • Integration with Sentinel dashboard

Discussions are welcomed!

Contributor guide