Skip to content

Commit 64dbb90

Browse files
authored
Merge pull request #49357 from tengqm/fg-scwr-132
Add feature gate SeparateCacheWatchRPC v1.32
2 parents 07b9d8d + 3e42791 commit 64dbb90

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: SeparateCacheWatchRPC
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: beta
10+
defaultValue: true
11+
fromVersion: "1.20"
12+
---
13+
Allows the API server watch cache to create a watch on a dedicated RPC.
14+
This prevents watch cache from being starved by other watches.
15+

0 commit comments

Comments
 (0)