EventStore icon indicating copy to clipboard operation
EventStore copied to clipboard

[DB-627] Automate and Unify Configuration

Open RagingKore opened this issue 1 year ago • 1 comments

An attempt to unify all configuration entry points into a single one and also support the standard configuration conventions.

The configuration is loaded once at start and used by the ClusterVNode, HostBuilder and all components that will require configuration.

Each options group is automatically binded via the config framework, removing the need to manually set all values.

The node configuration and related functionality is also refactored and code moved closer to its logical context in terms of the projects.

RagingKore avatar Feb 01 '24 10:02 RagingKore

Thanks, I've pushed a pile of suggestions and fixes, i'm happy with the state it's in now, we can look over them and get it squashed

timothycoleman avatar Mar 08 '24 11:03 timothycoleman