Skip to content

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

Open
@Aaronontheweb

Description

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.

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions