Type Alias TenantId
pub type TenantId = u64;Expand description
Stable tenant identifier as used in K2K routing tables and message envelopes.
0 is reserved for the “unspecified tenant” — the default for legacy
single-tenant deployments. Tenant IDs are u64 so they can be stamped
directly into GPU-shared routing entries without string marshalling.