Flagr 架构
来自官方文档
https://checkr.github.io/flagr/#/flagr_overview
扫码关注我们
微信号:SRE实战
拒绝背锅 运筹帷幄
There are three components in the flagr, Flagr Evaluator, Flagr Manager, and Flagr Metrics.
- Flagr Evaluator. Flagr evaluator evaluates the incoming requests.
- Flagr Manager. Flagr manager is the CRUD gateway. All the mutations of flags happen here.
- Flagr Metrics. Flagr metrics is the data pipeline to collect evaluation results. Currently Flagr only supports Kafka as the pipeline.

更多精彩