Skip to content

Commit 353a121

Browse files
committed
docs: fix: Overwrites akka.persistence.cassandra.query.read-profile …
We should use the same profile as for writing
1 parent 0352e28 commit 353a121

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/test/resources/akka-entity-replication-with-cassandra.conf

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ akka-entity-replication.raft.persistence.cassandra = ${akka.persistence.cassandr
3030
keyspace = "entity_replication"
3131
}
3232

33+
query {
34+
// Profile to use.
35+
// See https://docs.datastax.com/en/developer/java-driver/latest/manual/core/configuration/ for overriding any settings
36+
read-profile = "akka-entity-replication-profile"
37+
}
38+
3339
snapshot {
3440

3541
// Profile to use.
@@ -84,6 +90,12 @@ akka-entity-replication.eventsourced.persistence.cassandra = ${akka.persistence.
8490
}
8591
}
8692

93+
query {
94+
// Profile to use.
95+
// See https://docs.datastax.com/en/developer/java-driver/latest/manual/core/configuration/ for overriding any settings
96+
read-profile = "akka-entity-replication-profile"
97+
}
98+
8799
snapshot {
88100

89101
// Profile to use.

0 commit comments

Comments
 (0)