Skip to content

SDK communication model

The SDK communication model follows a read-through cache pattern.

Startup

  1. Authenticate with API key.
  2. Load bootstrap values for configured keys.
  3. 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.