TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Gubernator: Cloud-Native Distributed Rate Limiting for Microservices

61 点作者 medmunds将近 6 年前

6 条评论

Scaevolus将近 6 年前
Previous pun on Kubernetes-&gt;Gubernator : <a href="https:&#x2F;&#x2F;github.com&#x2F;kubernetes&#x2F;test-infra&#x2F;tree&#x2F;master&#x2F;gubernator" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kubernetes&#x2F;test-infra&#x2F;tree&#x2F;master&#x2F;guberna...</a><p>Etymology of Latin &quot;guberno&quot;: From a non-Indo-European Mediterranean language; akin to Ancient Greek κυβερνάω (kubernáō).
评论 #20561120 未加载
haolez将近 6 年前
Is there something similar, but for outbound requests? The motivation is to be “polite” when accessing third party APIs regarding the rate limit.
评论 #20559931 未加载
评论 #20559879 未加载
评论 #20563087 未加载
评论 #20560260 未加载
评论 #20559838 未加载
jrockway将近 6 年前
The most interesting part of this is the k8s integration to find your peers and connect to them. I&#x27;ve wanted this for a variety of projects; I wonder if this is worth extracting into a separate library?
评论 #20558472 未加载
评论 #20558785 未加载
Exuma将近 6 年前
Is this something Envoy does? I just learned about it recently and it seemed very cool.
bbmario将近 6 年前
How does it know that a specific client is over the quota if it is stateless?
评论 #20561842 未加载
jedberg将近 6 年前
This looks very cool, but I don&#x27;t understand why they didn&#x27;t build their entire caching infrastructure this way. Or to put it another way, why not build all caching like this, and then use your standard cache for rate limits?