The gRPC Data Stream Routing Layer exposes the data fabric's partition-routed streaming model over gRPC. Clients request a stream by naming a provider group and a partition key. The system uses a consistent hash ring to route the request directly to the node holding that partition — no broker or proxy in the hot path.
A named collection of nodes that together serve a stream type, e.g. "camera-feed". All nodes in the group share a common hash ring stored in NATS KV.