Skip to content

Commit 07b9d8d

Browse files
authored
Merge pull request #49350 from tengqm/fg-apiserving-132
Add feature gate for APIServingWithRoute
2 parents 3592f04 + 2286bea commit 07b9d8d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: APIServingWithRoute
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: alpha
10+
defaultValue: false
11+
fromVersion: "1.30"
12+
---
13+
This feature gate enables an API server performance improvement:
14+
the API server can use separate goroutines (lightweight threads managed by the Go runtime)
15+
to serve [**watch**](/docs/reference/using-api/api-concepts/#efficient-detection-of-changes)
16+
requests.

0 commit comments

Comments
 (0)