File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments