We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa42baf commit f12f165Copy full SHA for f12f165
content/docs/2.17/scalers/nats-streaming.md
@@ -7,6 +7,11 @@ description = "Scale applications based on NATS Streaming."
7
go_file = "stan_scaler"
8
+++
9
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
15
### Trigger Specification
16
17
This specification describes the `stan` trigger for NATS Streaming.
@@ -174,4 +179,4 @@ spec:
174
179
useHttps: "true"
175
180
authenticationRef:
176
181
name: keda-trigger-auth-stan-secret
177
-```
182
+```
0 commit comments