Skip to content

Commit

Permalink
docs: update on using custom jetstream version (#3170)
Browse files Browse the repository at this point in the history
  • Loading branch information
atticus-rippling committed Jun 27, 2024
1 parent d9e0332 commit dc0cb64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions USERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Organizations below are **officially** using Argo Events. Please send a PR with
1. [ProPoint Solutions](https://supersalon.com)
1. [PwC Labs](https://www.pwc.com/us/en/careers/why-pwc/what-we-do/what-we-do-pwc-labs.html)
1. [Rakuten](https://www.rakuten.com)
1. [Rippling](https://www.rippling.com)
1. [Rookout](https://www.rookout.com/)
1. [RTL Nederland](https://www.rtl.nl)
1. [Salesforce](https://salesforce.com)
Expand Down
6 changes: 5 additions & 1 deletion docs/eventbus/jetstream.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ metadata:
spec:
jetstream:
version: latest # Do NOT use "latest" but a specific version in your real deployment
# See: https://argoproj.github.io/argo-events/eventbus/jetstream/#version
```

The example above brings up a Jetstream
Expand All @@ -26,12 +27,15 @@ for the full spec of `jetstream`.

### version

The version number specified in the example above is the release number for the NATS server. We will support some subset of these as we've tried them out and only plan to upgrade them as needed. To take a look at what that includes:
The version number specified in the example above is the release number for the NATS server. We will support some subset of these as we've tried them out and only plan to upgrade them as needed. The list of available versions is managed by the controller manager ConfigMap, which can be updated to support new versions.

```
kubectl get configmap argo-events-controller-config -o yaml
```

Check [here](https://docs.nats.io/nats-concepts/jetstream/streams#configuration) for a list of configurable features per version.


### A more involved example

Another example with more configuration:
Expand Down

0 comments on commit dc0cb64

Please sign in to comment.