Expand description
Where a routed request is sent.
A Target is the physical destination a routing decision resolves to: a
concrete cluster and a concrete index. In v1 every request resolves to
exactly one target, there is no synchronous fan-out (docs/00 non-goals,
ADR-002). The tenancy layer turns a partition’s placement into a Target;
the sink and upstream pool consume it.
Structs§
- Target
- The physical destination of a single routed request.