Xiao Lou's Tech Notes
Xiao Lou's Tech Notes
Dec 20, 2021 · Backend Development

Mastering Sliding Window Rate Limiting in Sentinel-Go: From Theory to Code

This article explores why engineering skills outrank pure algorithm knowledge, explains the challenges of implementing flow‑control algorithms such as token bucket and sliding‑window rate limiting, and walks through Sentinel‑Go's concrete LeapArray implementation with detailed Go code examples.

BackendSentinel GoSliding Window
0 likes · 11 min read
Mastering Sliding Window Rate Limiting in Sentinel-Go: From Theory to Code
Alibaba Cloud Native
Alibaba Cloud Native
Dec 5, 2020 · Backend Development

Inside Sentinel Go: Meet the New Committers and Their Open‑Source Journey

Sentinel Go, Alibaba’s open‑source traffic‑control library for microservices, recently celebrated its GA release and welcomed three new committers, who share how they discovered the project, contributed code, overcame challenges, and stay motivated to improve high‑availability flow protection in cloud‑native environments.

Contributor ExperienceFlow ControlSentinel Go
0 likes · 7 min read
Inside Sentinel Go: Meet the New Committers and Their Open‑Source Journey