alibaba / Sentinel

A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件)
https://sentinelguard.io/
Apache License 2.0
22.37k stars 8.02k forks source link

Improve Sentinel C++ version #741

Open sczyh30 opened 5 years ago

sczyh30 commented 5 years ago

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:

Discussions are welcomed!

jievince commented 5 years ago

Hi sczy30, I want to participate in Soc2019 and I am interested in this idea. Can you guide me how to get started?

sczyh30 commented 5 years ago

Hi sczy30, I want to participate in Soc2019 and I am interested in this idea. Can you guide me how to get started?

Hi, thanks for your interest. It's recommended to get familiar with Sentinel first. You may refer to the wiki to learn the features of Sentinel and how it works. For Sentinel C++ version, we're working for the first version: https://github.com/alibaba/sentinel-cpp. It consists of basic statistic, flow control, and metrics log features. We need to improve it and add more cool features described in the issue description (ideas are not limited).

To get familiar with Sentinel, you could refer to the following wikis to get more information:

If you have any problems, feel free to ask in Gitter.

RonnieGandhi commented 4 years ago

Hello sir, I am Ronnie Gandhi, a Computer Science undergraduate from IIT Roorkee. I have done GSoC 2019 under CGAL where I worked on their boolean operations package in C++ besides I have done an intern at Microsoft, Hyderabad and I am currently doing an intern there as well.

I would like to work on this project please inform me about what all things are to be done since it looks like this project was there in SoC2019 as well. I have already built the sentinal-cpp repo on my local machine reading from above and tried running it as well.