Skip to content
New issue

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

[FEAT] Add flag for changing stream persistence to Memory #479

Open
brooksmtownsend opened this issue Nov 8, 2024 · 0 comments
Open

[FEAT] Add flag for changing stream persistence to Memory #479

brooksmtownsend opened this issue Nov 8, 2024 · 0 comments
Labels
good first issue Good for newcomers rust Pull requests that update Rust code

Comments

@brooksmtownsend
Copy link
Member

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 to File but can be overridden to be Memory.

@brooksmtownsend brooksmtownsend added good first issue Good for newcomers rust Pull requests that update Rust code labels Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers rust Pull requests that update Rust code
Projects
None yet
Development

No branches or pull requests

1 participant