Expand description
Ferra sidecar agent.
Runs alongside a service container, holds an in-memory cache of every key
under one or more configured prefixes, keeps that cache fresh via SSE
watches against ferra-server, and exposes a tiny localhost HTTP API the
service uses to read config:
GET /cfg/{key}— return current value or 404GET /cfg/{key}?wait=30s&since=N— long-poll: return when key changesGET /cfg?prefix=...— list everything under a prefixGET /healthz— process livenessGET /readyz— initial snapshots loaded?
Re-exports§
pub use config::Args;