Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/main/paradox/typed/distributed-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ All entries can be made durable by specifying:
pekko.cluster.distributed-data.durable.keys = ["*"]
```

@scala[[LMDB](https://symas.com/lmdb/technical/)]@java[[LMDB](https://github.com/lmdbjava/lmdbjava/)] is the default storage implementation. It is
[LMDB](https://github.com/lmdbjava/lmdbjava/) is the default storage implementation. It is
possible to replace that with another implementation by implementing the actor protocol described in
`org.apache.pekko.cluster.ddata.DurableStore` and defining the `pekko.cluster.distributed-data.durable.store-actor-class`
property for the new implementation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ A more in-depth explanation of the concepts used in applying Scala 3's Union typ
be found in the following blog posts:

* [Using Dotty Union types with Akka Typed](https://blog.lunatech.com/posts/2020-02-12-using-dotty-union-types-with-akka-typed)
* [Using Dotty Union types with Akka Typed - Part II](https://blog.lunatech.com/posts/2020-02-19-using-dotty-union-types-with-akka-typed-part-II)

**Useful when:**

Expand Down