Dynamic process registry for PhoenixDatastar GenServers.
Each live SSE session gets a GenServer process. This module provides helpers for naming and looking up these processes via Elixir's Registry, keyed by session_id.
Setup
The Registry must be started in your application supervisor:
{Registry, keys: :unique, name: PhoenixDatastar.Registry}
Summary
Functions
Generate a registry "via tuple" for a given session_id.