Skip to content

Commit 23207d6

Browse files
author
Nick Grippin
committed
updates and corrections
1 parent 71744c0 commit 23207d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documents/cluster.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ The persistence cluster role contains actors responsible for tracking and persis
1919

2020
### Query
2121

22-
This cluster role contains actors responsible for interacting with the backend database (currently Cassandra)
22+
This cluster role contains actors responsible for projecting data to a read-only database (currently Cassandra)
2323

2424
### Publication
2525

26-
The publication role is responsible for creating and publishing the A&D reports from submitted LAR data
26+
The publication role is responsible for generating publication artifacts based on HMDA data (i.e. A&D reports, Modified LAR, etc.)
2727

2828
## Running cluster roles
2929

30-
The configuration setting `"akka.cluster.roles"` in `cluster/src/main/resources/application.conf` defines which cluster roles will start when the HMDA Platform starts. By default, all four roles are set to start at the same time, but this can be changed to any single role or combination of roles. Currently, this can only be done from within the config file; there is no environment variable override.
30+
The configuration setting `"akka.cluster.roles"` in `cluster/src/main/resources/application.conf` defines which cluster roles will start when the HMDA Platform starts. By default, all four roles are set to start at the same time, but this can be changed to any single role or combination of roles. Setting the `HMDA_CLUSTER_ROLES` environment variable will allow you to decide which roles to spin up.

0 commit comments

Comments
 (0)