Tag

Token Server

0 views collected around this technical thread.

Soul Technical Team
Soul Technical Team
Mar 23, 2023 · Cloud Computing

High-Availability Cluster Rate Limiting Platform Based on Sentinel

This article introduces an online practice of cluster rate limiting based on Sentinel, providing a high-availability solution for Sentinel cluster rate limiting and implementing automatic allocation and failover of Token servers.

SentinelToken ClientToken Server
0 likes · 15 min read
High-Availability Cluster Rate Limiting Platform Based on Sentinel
HelloTech
HelloTech
Apr 19, 2022 · Backend Development

Understanding Sentinel Cluster Rate Limiting and Handling Network Jitter

Sentinel’s cluster rate limiting adds a centralized token server that grants tokens to client instances before processing requests, and when network jitter causes request timeouts the client automatically falls back to local limiting, so configuring short request‑timeout values (e.g., 20 ms) is crucial for maintaining low latency and high availability in elastic, multi‑instance deployments.

BackendJavaNetwork Jitter
0 likes · 8 min read
Understanding Sentinel Cluster Rate Limiting and Handling Network Jitter