-
Notifications
You must be signed in to change notification settings - Fork 16
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
No way to disable DData.Durable
with Akka.Hosting
#512
Labels
Comments
Aaronontheweb
added a commit
to Aaronontheweb/Akka.Hosting
that referenced
this issue
Nov 6, 2024
6 tasks
Aaronontheweb
added a commit
to Aaronontheweb/Akka.Hosting
that referenced
this issue
Nov 6, 2024
2 tasks
|
Added a new extension method API |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can validate that this DOES disable DData from writing to disk:
It looks like this is an Akka.Hosting issue with
options.Durable = new DurableOptions() { Keys = [] }; // disable persistence
not working as expected - and that's probably an easy fix.Originally posted by @Aaronontheweb in akkadotnet/akka.net#7326 (comment)
The text was updated successfully, but these errors were encountered: