This is an automated email from the ASF dual-hosted git repository.
hepin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/main by this push:
new c9d08f208a update durable state status in persistence-plugins.md
(#1296)
c9d08f208a is described below
commit c9d08f208ac461f7906393a875c70875bd4ad397
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Apr 26 03:41:05 2024 +0200
update durable state status in persistence-plugins.md (#1296)
---
docs/src/main/paradox/persistence-plugins.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/src/main/paradox/persistence-plugins.md
b/docs/src/main/paradox/persistence-plugins.md
index 75c40d2e03..e3f7162944 100644
--- a/docs/src/main/paradox/persistence-plugins.md
+++ b/docs/src/main/paradox/persistence-plugins.md
@@ -5,9 +5,9 @@ Storage backends for journals and snapshot stores are pluggable
in the Pekko per
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/)
(Durable State only supported with Postgres and H2)
+*
[pekko-persistence-jdbc]($pekko.doc.dns$/docs/pekko-persistence-jdbc/current/)
(Durable State is not yet supported for MySQL)
*
[pekko-persistence-r2dbc]($pekko.doc.dns$/docs/pekko-persistence-r2dbc/current/)
-*
[pekko-persistence-dynamodb](https://github.com/apache/pekko-persistence-dynamodb)
+*
[pekko-persistence-dynamodb](https://github.com/apache/pekko-persistence-dynamodb)
(no Durable State support)
Plugins can be selected either by "default" for all persistent actors,
or "individually", when a persistent actor defines its own set of plugins.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]