This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/pekko-persistence-cassandra.git
The following commit(s) were added to refs/heads/main by this push:
new 6e39536 fix issues where snapshot docs refer to journal by accident
(#480)
6e39536 is described below
commit 6e395360cbde61f2d9187251aac6af940788b7bc
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Aug 12 09:38:33 2026 +0100
fix issues where snapshot docs refer to journal by accident (#480)
---
core/src/main/resources/reference.conf | 4 ++--
docs/src/main/paradox/snapshots.md | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/core/src/main/resources/reference.conf
b/core/src/main/resources/reference.conf
index 090dbcd..0aaf24f 100644
--- a/core/src/main/resources/reference.conf
+++ b/core/src/main/resources/reference.conf
@@ -464,13 +464,13 @@ pekko.persistence.cassandra {
write-profile = "pekko-persistence-cassandra-snapshot-profile"
read-profile = "pekko-persistence-cassandra-snapshot-profile"
- # Parameter indicating whether the journal keyspace should be auto created.
+ # Parameter indicating whether the snapshot store keyspace should be auto
created.
# Not all Cassandra settings are configurable when using autocreate and for
# full control of the keyspace and table definitions you should create them
# manually (with a script).
keyspace-autocreate = false
- # Parameter indicating whether the journal tables should be auto created
+ # Parameter indicating whether the snapshot store tables should be auto
created.
# Not all Cassandra settings are configurable when using autocreate and for
# full control of the keyspace and table definitions you should create them
# manually (with a script).
diff --git a/docs/src/main/paradox/snapshots.md
b/docs/src/main/paradox/snapshots.md
index 682a4db..ce6911a 100644
--- a/docs/src/main/paradox/snapshots.md
+++ b/docs/src/main/paradox/snapshots.md
@@ -94,7 +94,7 @@ To activate the snapshot-store plugin, add the following line
to your Pekko `app
pekko.persistence.snapshot-store.plugin =
"pekko.persistence.cassandra.snapshot"
This will run the snapshot store with its default settings. The default
settings can be changed with the configuration
-properties defined in
@ref:[reference.conf](configuration.md#default-configuration). Journal
configuration is under
+properties defined in
@ref:[reference.conf](configuration.md#default-configuration). Snapshot
configuration is under
`pekko.persistence.cassandra.snapshot`.
## Limitations
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]