You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @mrwormhole this would need to look at the stream replication by connecting to the JetStream API itself, rather than the number of replicas. Thanks for your interest.
Alternatively, as @welteki says, there's an env-var that can be inspected.
Check if
nats.streamReplication
is set to a minimum of 3, the recommended production value.Expected Behaviour
Print a warning when
nats.streamReplication
is set to a value less then 3.Current Behaviour
No checks are implemented.
Possible Solution
Check the value of the
nats_stream_replicas
env variable for the queue-workerThe text was updated successfully, but these errors were encountered: