We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory
It would be great to be able to configure all of the streams that wadm creates to use https://docs.rs/async-nats/0.37.0/async_nats/jetstream/stream/enum.StorageType.html#variant.Memory instead of File, which would be great to create a more ephemeral environment in NATS.
wadm
It would be great to be able to have a flag --stream-persistence that defaults to File but can be overridden to be Memory.
--stream-persistence
File
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be great to be able to configure all of the streams that
wadm
creates to use https://docs.rs/async-nats/0.37.0/async_nats/jetstream/stream/enum.StorageType.html#variant.Memory instead of File, which would be great to create a more ephemeral environment in NATS.It would be great to be able to have a flag
--stream-persistence
that defaults toFile
but can be overridden to beMemory
.The text was updated successfully, but these errors were encountered: