Expand description
Configuration Hot Reload — FR-008
Runtime configuration updates without restart:
- Validate before apply
- Atomic swap (rollback on failure)
- Config versioning (monotonic counter)
- Audit trail (who changed what, when)
Structs§
- Config
Change - Record of a configuration change (audit trail).
- Config
Entry - A versioned configuration value.
- HotReload
Config - Hot-reloadable configuration store.
Enums§
- Config
Update Error - Errors from configuration updates.
- Config
Value - Configuration value types.