Skip to content

Commit

Permalink
Small notes around when parameters are read
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed Oct 16, 2024
1 parent c2920ff commit 8e06740
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/ControlPlaneControls.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,16 @@ graph TD
console --> | load service.yaml | sy
```

#### Service Upload Flow

For the services that are short lived, such as create snapshot or curl. The configuration would be loaded during application startup and never re-checked.

> [!Note]
> There are services that are long running, this creates some user experience questions.
> * For RFS config changes can alter the shape of the migration which is defined once, should that run to completion or be stopped?
> * For Replayer the transformation would be passed via this mechanism, should they be reloaded as they come in?

### Read from AWS Parameter store
Parameter store is a centralized system within AWS and it build for parameter management. It is not recommended as it creates vendor lock-in on AWS.

Expand Down

0 comments on commit 8e06740

Please sign in to comment.