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
I am checking via nats-toolbox and its not showing correct, showing as a memory stream
fun-fact when I create a stream via the nats-toolbox it creates correct as a file. nats str add ORDERS --subjects "ORDERS.*" --ack --max-msgs=-1 --max-bytes=-1 --max-age=1y --storage file --retention limits --max-msg-size=-1 --discard=old
The text was updated successfully, but these errors were encountered:
Hey Folks,
When I create a stream-product for nats on kubernetes it is not respecting the file parameter in helm chart.
follow my deployment.
https://gist.github.com/randomk/6456ef3db59127765697607db06ea488
I am checking via nats-toolbox and its not showing correct, showing as a memory stream
fun-fact when I create a stream via the nats-toolbox it creates correct as a file.
nats str add ORDERS --subjects "ORDERS.*" --ack --max-msgs=-1 --max-bytes=-1 --max-age=1y --storage file --retention limits --max-msg-size=-1 --discard=old
The text was updated successfully, but these errors were encountered: