Skip to content

Commit

Permalink
Deprecate Stan scaler
Browse files Browse the repository at this point in the history
Signed-off-by: rickbrouwer <[email protected]>
  • Loading branch information
rickbrouwer committed Nov 25, 2024
1 parent b423c03 commit ae0ee02
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion content/docs/2.17/scalers/nats-streaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -174,4 +179,4 @@ spec:
useHttps: "true"
authenticationRef:
name: keda-trigger-auth-stan-secret
```
```

0 comments on commit ae0ee02

Please sign in to comment.