Topology-aware Elixir SDK entry points.
Functions in this namespace accept clients returned by either start_link/1
or FerricStore.start_link/1; both entry points create the same canonical
topology-aware client.
Summary
Functions
@spec child_spec(keyword()) :: Supervisor.child_spec()
@spec topology(pid()) :: FerricStore.SDK.Native.Topology.t() | {:error, term()}
Returns the client's current read-only topology snapshot.