This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new b8705bce5a remove refs to spanner persistence (#292)
b8705bce5a is described below

commit b8705bce5ab559031b3e8da1f1bfc09d7dbfbce5
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Apr 17 22:49:32 2023 +0200

    remove refs to spanner persistence (#292)
    
    * remove refs to spanner persistence
    
    * fix dynamodb link
---
 docs/src/main/paradox/common/other-modules.md           | 4 ----
 docs/src/main/paradox/persistence-plugins.md            | 2 +-
 docs/src/main/paradox/typed/replicated-eventsourcing.md | 5 ++---
 3 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/docs/src/main/paradox/common/other-modules.md 
b/docs/src/main/paradox/common/other-modules.md
index ff13c86f53..0298575f42 100644
--- a/docs/src/main/paradox/common/other-modules.md
+++ b/docs/src/main/paradox/common/other-modules.md
@@ -37,10 +37,6 @@ A Pekko Persistence journal and snapshot store for use with 
JDBC-compatible data
 
 A Pekko Persistence journal and snapshot store for use with R2DBC-compatible 
databases. This implementation relies on [R2DBC](https://r2dbc.io/).
 
-## [Google Cloud Spanner Plugin for Pekko 
Persistence]($pekko.doc.dns$/docs/pekko-persistence-spanner/current/)
-
-Use [Google Cloud Spanner](https://cloud.google.com/spanner/) as Pekko 
Persistence journal and snapshot store. This integration relies on [Pekko 
gRPC]($pekko.doc.dns$/docs/pekko-grpc/current/).
-
 
 ## Apache Pekko Management
 
diff --git a/docs/src/main/paradox/persistence-plugins.md 
b/docs/src/main/paradox/persistence-plugins.md
index 4815d5d371..0ef2ce3b5c 100644
--- a/docs/src/main/paradox/persistence-plugins.md
+++ b/docs/src/main/paradox/persistence-plugins.md
@@ -7,7 +7,7 @@ Plugins maintained within the Pekko organization are:
 * 
[pekko-persistence-cassandra]($pekko.doc.dns$/docs/pekko-persistence-cassandra/current/)
 (no Durable State support)
 * 
[pekko-persistence-jdbc]($pekko.doc.dns$/docs/pekko-persistence-jdbc/current/)
 * 
[pekko-persistence-r2dbc]($pekko.doc.dns$/docs/pekko-persistence-r2dbc/current/)
-* 
[pekko-persistence-spanner]($pekko.doc.dns$/docs/pekko-persistence-spanner/current/)
+* 
[pekko-persistence-dynamodb]($pekko.doc.dns$/docs/pekko-persistence-dynamodb/current/)
 
 Plugins can be selected either by "default" for all persistent actors,
 or "individually", when a persistent actor defines its own set of plugins.
diff --git a/docs/src/main/paradox/typed/replicated-eventsourcing.md 
b/docs/src/main/paradox/typed/replicated-eventsourcing.md
index 2d24616cb8..4e125901d5 100644
--- a/docs/src/main/paradox/typed/replicated-eventsourcing.md
+++ b/docs/src/main/paradox/typed/replicated-eventsourcing.md
@@ -412,6 +412,5 @@ The @apidoc[SnapshotStoreSpec] in the Persistence TCK 
provides a capability flag
 
 The following plugins support Replicated Event Sourcing:
 
-* [Pekko Persistence 
Cassandra]($pekko.doc.dns$/docs/pekko-persistence-cassandra/current/index.html) 
versions 1.0.3+
-* [Pekko Persistence 
Spanner]($pekko.doc.dns$/docs/pekko-persistence-spanner/current/overview.html) 
versions 1.0.0-RC4+
-* [Pekko Persistence 
JDBC]($pekko.doc.dns$/docs/pekko-persistence-jdbc/current) versions 5.0.0+
+* [Pekko Persistence 
Cassandra]($pekko.doc.dns$/docs/pekko-persistence-cassandra/current/index.html)
+* [Pekko Persistence JDBC]($pekko.doc.dns$/docs/pekko-persistence-jdbc/current)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to