buerokratt / POC.CentOps

Central administration of components in external networks and monitoring their technical parameters and performance
MIT License
1 stars 0 forks source link

CentOps: Memory store feature flag #77

Closed martinkearn closed 2 years ago

martinkearn commented 2 years ago

AS A Tester I WANT to be able to run CentOps using an in-memory store implementation rather than Cosmos SO THAT I can test the whole solution in scenarios where Cosmos is not available

Application setting on Cosmos that when enable, uses an in memory implementation of the data store.

This is useful for integration testing scenarios that need to happen before Cosmos has been deployed and configured (such as PR pipelines).

Need to investigate whether this setting will require a restart of the service or not. Ideally it wont but tat is not a high priority.

Acceptance Criteria

martinkearn commented 2 years ago

@guypritchard I think this can now be closed because https://github.com/buerokratt/CentOps/pull/80 is merged, right?