Can NBomber Cluster run with later than 2.9.9 versions of NATS? #797
mrm-gith-b
started this conversation in
General
Replies: 1 comment
-
|
I haven't tried it, but if it's higher than 2.9, which it seems to be, it should work. version: "3.4"
services:
nats:
image: "nats:2.9.9"
command: --js
ports:
- "8222:8222"
- "4222:4222"
it enables JetStream |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was looking at running this AMI https://aws.amazon.com/marketplace/pp/prodview-hpdcuy2nkknl4 for NATS but it seems the oldest version offered is 2.9.11. Would this or later versions still work?
Beta Was this translation helpful? Give feedback.
All reactions