Skip to content

Commit 140d5eb

Browse files
authored
Adding deprecation notice of BUFFERED mode on patch policy. (#560)
1 parent afab4b7 commit 140d5eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/manifests/gateway/patch_policy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ spec:
5555
path: "/virtual_hosts/0/routes/0/route/cluster"
5656
value: original_destination_cluster
5757
# Comment the below to disable full duplex streaming
58+
# NOTE: As of https://github.com/kubernetes-sigs/gateway-api-inference-extension/pull/552
59+
# FULL_DUPLEX_STREAMED is the primary supported protocol for ext-proc. The buffered variant is no longer
60+
# being actively developed, may be missing features/fixes, and will soon be removed.
5861
- type: "type.googleapis.com/envoy.config.listener.v3.Listener"
5962
name: "default/inference-gateway/llm-gw"
6063
operation:

0 commit comments

Comments
 (0)