diff --git a/content/docs/2.17/scalers/nats-streaming.md b/content/docs/2.17/scalers/nats-streaming.md index 490082ed3..353d987d1 100644 --- a/content/docs/2.17/scalers/nats-streaming.md +++ b/content/docs/2.17/scalers/nats-streaming.md @@ -7,6 +7,11 @@ description = "Scale applications based on NATS Streaming." go_file = "stan_scaler" +++ +> **Notice:** +> The Stan scaler (NATS Streaming) is DEPRECATED and will be removed in v2.19 - Use scaler [nats-jetstream](./nats-jetstream.md) instead. +> See also the deprecation notice [here](https://nats-io.gitbook.io/legacy-nats-docs/nats-streaming-server-aka-stan). + + ### Trigger Specification This specification describes the `stan` trigger for NATS Streaming. @@ -174,4 +179,4 @@ spec: useHttps: "true" authenticationRef: name: keda-trigger-auth-stan-secret -``` \ No newline at end of file +```