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

Need to document how to enable LightningDb and Durable DData #4810

Open
Aaronontheweb opened this issue Mar 4, 2021 · 0 comments
Open

Need to document how to enable LightningDb and Durable DData #4810

Aaronontheweb opened this issue Mar 4, 2021 · 0 comments
Labels
akka-ddata akka-ddata-durable LMDB implementation for persisting durable data docs up for grabs

Comments

@Aaronontheweb
Copy link
Member

https://getakka.net/articles/clustering/distributed-data.html#settings - currently doesn't explain how to enable LightningDb and DData, which can be done via:

akka.cluster.distributed-data.durable.keys = [""durable*""]
akka.cluster.distributed-data.durable.lmdb {{
dir = """"""{tempDir}""""""
map-size = 10 MiB
write-behind-interval = {(writeBehind ? "200ms" : "off")}
}}
akka.cluster.distributed-data.durable.store-actor-class = ""Akka.DistributedData.LightningDB.LmdbDurableStore, Akka.DistributedData.LightningDB""

Need to explain how LightningDb works, why you'd want to use it with DData, what scenarios it covers, and how to enable it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
akka-ddata akka-ddata-durable LMDB implementation for persisting durable data docs up for grabs
Projects
None yet
Development

No branches or pull requests

1 participant