You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Limiter] Add admin rule book endpoints and push to local cache
POST/PATCH/DELETE /rules write the cluster-global rule book through
read_modify_write. When a worker role runs in the same process, the
admin handler also pushes the new book into the local RuleBookCache
via a fire-and-forget observer threaded down from the node wiring,
shaving the metadata-store poll latency.
Also moves UpdateField<T> out of restate-limiter into restate-serde-util
since it's a generic RFC 7396 JSON Merge Patch combinator, not
rule-book-specific.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments