Skip to content

Commit d8334c8

Browse files
authored
Merge branch 'master' into use-akka-actor-testkit-typed-config-instead
2 parents c680a8c + e52599f commit d8334c8

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)