Skip to main content

Module hot_reload

Module hot_reload 

Source
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§

ConfigChange
Record of a configuration change (audit trail).
ConfigEntry
A versioned configuration value.
HotReloadConfig
Hot-reloadable configuration store.

Enums§

ConfigUpdateError
Errors from configuration updates.
ConfigValue
Configuration value types.