SDK communication model
The SDK communication model follows a read-through cache pattern.
Startup
- Authenticate with API key.
- Load bootstrap values for configured keys.
- Open a WebSocket stream for updates.
Runtime
- Reads resolve from local cache when available.
- Cache refresh occurs via streaming updates.
- API fallback can be used when stream is unavailable.

