Skip to content

Commit f12f165

Browse files
authored
Deprecate Stan scaler (#1503)
Signed-off-by: rickbrouwer <rickbrouwer@gmail.com>
1 parent aa42baf commit f12f165

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

content/docs/2.17/scalers/nats-streaming.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ description = "Scale applications based on NATS Streaming."
77
go_file = "stan_scaler"
88
+++
99

10+
> **Notice:**
11+
> The Stan scaler (NATS Streaming) is DEPRECATED and will be removed in v2.19 - Use scaler [nats-jetstream](./nats-jetstream.md) instead.
12+
> See also the deprecation notice [here](https://nats-io.gitbook.io/legacy-nats-docs/nats-streaming-server-aka-stan).
13+
14+
1015
### Trigger Specification
1116

1217
This specification describes the `stan` trigger for NATS Streaming.
@@ -174,4 +179,4 @@ spec:
174179
useHttps: "true"
175180
authenticationRef:
176181
name: keda-trigger-auth-stan-secret
177-
```
182+
```

0 commit comments

Comments
 (0)