Docs for which versions support RES (#29642)

This commit is contained in:
Christopher Batey 2020-09-22 11:24:50 +01:00 committed by GitHub
parent ac648a5940
commit 306cf65863
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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