Communities:
Software Engineering
| # | Tweet | Community | Topic | Views ▼ | Ratio | Engagement | Posted |
|---|---|---|---|---|---|---|---|
| 1 | [image] Built and integrated a Circuit Breaker into Sentinel
now it stops sending traffic to an upstream that’s already failing
Here’s the flow:
- CLOSED: requests flow normally
After 3 failures leads to OPEN state
- OPEN: requests are blocked and the unhealthy backend receives no | Software Engineering | — | 1.2K | 2.6x | 27 | Aug 25 |
| 2 | [image] Building Sentinel an API Gateway written in Go & currently it stands at:
- Radix Router: fast route matching with parameter support
- Load Balancer: atomic, race safe round robin backend selection
- Health Checker: HTTP health checks with TCP fallback
- Circuit Breaker: CLOSED | Software Engineering | — | 588 | 1.1x | 13 | Aug 27 |
| 3 | [image] Sentinel is now a working high performance edge gateway in Go with current capabilities as:
- Radix Routing: fast route matching with parameter support(0 B/op)
- Load Balancing: atomic, race safe round robin backend selection
- Health Check: periodic checks with TCP fallback
- | Software Engineering | — | 346 | 0.6x | 12 | Sep 5 |