From 306cf658635ca775d71e20a3716360a62e879d2f Mon Sep 17 00:00:00 2001 From: Christopher Batey Date: Tue, 22 Sep 2020 11:24:50 +0100 Subject: [PATCH] Docs for which versions support RES (#29642) --- .../src/main/paradox/typed/replicated-eventsourcing.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/akka-docs/src/main/paradox/typed/replicated-eventsourcing.md b/akka-docs/src/main/paradox/typed/replicated-eventsourcing.md index e7024b9ae8..29c61b9dc6 100644 --- a/akka-docs/src/main/paradox/typed/replicated-eventsourcing.md +++ b/akka-docs/src/main/paradox/typed/replicated-eventsourcing.md @@ -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