alibaba/sentinel-cpp

Sentinel-cpp Roadmap Question

louyuting opened this issue · 3 comments

Hi, Recently we are investigating the flow control framework. May I ask about the sentinel-CPP version roadmap? When is it available?

Tks

Hi, we're planning to release a beta version in June, which consists of basic statistic, metrics, and rate limiting features.

As far as I understand, the beta version is for single-machine flow control?

As far as I understand, the beta version is for single-machine flow control?

Yes, the beta version is for local flow control. We have a token server implementation in Java for cluster flow control, but for Sentinel C++ we need to work on the C++ token client to communicate with the token server. Further plans: alibaba/Sentinel#741

Discussions and contributions are welcomed.