Docs for which versions support RES (#29642)
This commit is contained in:
parent
ac648a5940
commit
306cf65863
1 changed files with 6 additions and 0 deletions
|
|
@ -417,3 +417,9 @@ For a journal plugin to support replication it needs to store and read metadata
|
|||
For a snapshot plugin to support replication it needs to store and read metadata for the snapshot if it is defined in the @apiref[akka.persistence.SnapshotMetadata] `metadata` field.
|
||||
To attach the metadata when reading the snapshot the `akka.persistence.SnapshotMetadata.apply` factory overload taking a `metadata` parameter is used.
|
||||
The @apidoc[SnapshotStoreSpec] in the Persistence TCK provides a capability flag `supportsMetadata` to toggle verification that metadata is handled correctly.
|
||||
|
||||
The following plugins support replicated event sourcing:
|
||||
|
||||
* [Akka Persistence Cassandra](https://doc.akka.io/docs/akka-persistence-cassandra/current/index.html) versions 1.0.3+
|
||||
* [Akka Persistence Spanner](https://doc.akka.io/docs/akka-persistence-spanner/current/overview.html) versions 1.0.0-RC4+
|
||||
* [Akka Persistence JDBC](https://github.com/akka/akka-persistence-jdbc) with snapshots disabled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue