From ae0ee020ac163fdfe13a3716a6ebc679a65e2c86 Mon Sep 17 00:00:00 2001 From: rickbrouwer Date: Mon, 25 Nov 2024 14:51:06 +0100 Subject: [PATCH] Deprecate Stan scaler Signed-off-by: rickbrouwer --- content/docs/2.17/scalers/nats-streaming.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/docs/2.17/scalers/nats-streaming.md b/content/docs/2.17/scalers/nats-streaming.md index 490082ed3..de4333fa7 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.18 - 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 +```